• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter jonimueller

    (@jonimueller)

    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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP 15 displays all posts when clicking on single category link.’ is closed to new replies.