• I’m having trouble where all posts are appearing despite a specific month being clicked on in the sidebar archive. The sidebar uses

    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>

    to call the monthly items, which it does fine. But when each month is clicked, all the posts still show, not just the ones for the month.
    See here: https://www.benefieldwheatsheaf.co.uk/news/

    Can somebody help please? I am new to WordPress.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    I ran into this tonight.

    If you’re using Joost’s WordPress SEO plugin. You have to make sure the “Disable the date-based archives” in the Indexation section is not checked. His plugin works. I never realized I had set that until tonight.

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Monthly Archive Links Not Working’ is closed to new replies.