#14089 closed defect (bug) (fixed)
Categories not supported on hierarchical post types
Reported by: | scribu | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
After registering a post type like so:
register_post_type( 'example', array( 'label' => 'Examples', 'hierarchical' => true, 'taxonomies' => array('category') ) );
- Create a post in that post type and assign it a category.
- Go to wp-admin/edit.php?post_type=example
- The Categories column is present, but it's blank.
Note: See
TracTickets for help on using
tickets.
Per IRC discussion, it would make sense to merge display_page_row() with _post_row().