#14089 closed defect (bug) (fixed)
Categories not supported on hierarchical post types
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Post Types | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | kevinB |
Description (last modified by scribu)
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.
Change History (4)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Per IRC discussion, it would make sense to merge display_page_row() with _post_row().