piggybek
Member
Posted 11 months ago #
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: http://www.benefieldwheatsheaf.co.uk/news/
Can somebody help please? I am new to WordPress.
Thanks.
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.
Tony Hunt
Member
Posted 10 months ago #
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.