Make WordPress Core

Changes between Version 3 and Version 14 of Ticket #14076


Ignore:
Timestamp:
06/25/2010 04:25:09 PM (15 years ago)
Author:
scribu
Comment:

Actually, the reason you expected it to show all posts is precisely because of those post counts.

So, it's still an issue, except it should be fixed in a different way.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14076

    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #14076 – Description

    v3 v14  
    1 When you create a custom post type that supports categories and create some entries in the post type and have them in that category and then click on the category it shows no entries.
     1Register a post type that supports categories.
    22
    3 More info here http://wordpress.org/support/topic/415091. 
     3Wether you go to:
     4
     5{{{wp-admin/edit-tags.php?taxonomy=category}}}
     6
     7or to:
     8
     9{{{wp-admin/edit-tags.php?taxonomy=category&post_type=example}}}
     10
     11the Posts column displays the same counts.
     12
     13This leaves users the false impression that category archives should display posts with any post type.