I've searched here and cannot find where anyone else has complained about this problem. Hopefully, it's just a nit.
I have a WP 15 testbed site here: http://testbeds.webjones.org/wp15/
I have even set up some test posts -- that appear in only one category -- to test this problem. The problem is that no matter what category you click on in the sidebar, WP displays ALL posts.
Thanks for any help.
Joni
That's weird. None of the links are including the cat#. How is it listed in the sidebar template?
Definitely weird. Could only find one other mention of this on the forums:
http://wordpress.org/support/topic.php?id=23343
But the fix there was to update to Strayhorn. Have you tried re-uploading the wp-admin/ and wp-includes files? To me this says something is missing/corrupted in the installation.
Sorry I'm just now getting back to this. Long story.
Here is the code from my sidebar:
<li id="categories"><?php _e('Categories:'); ?>
<ul>
<?php wp_list_cats(); ?>
</ul>
Thanks a bunch!