[wp-trac] [WordPress Trac] #14089: Categories not supported on hierarchical post types

WordPress Trac wp-trac at lists.automattic.com
Fri Jun 25 16:04:03 UTC 2010


#14089: Categories not supported on hierarchical post types
--------------------------+-------------------------------------------------
 Reporter:  scribu        |       Owner:     
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.1
Component:  Post Types    |     Version:     
 Severity:  minor         |    Keywords:     
--------------------------+-------------------------------------------------
 After registering a post type like so:

 {{{
         register_post_type( 'example', array(
                 'label' => 'Examples',
                 'hierarchical' => false,
                 'taxonomies' => array('category')
         ) );
 }}}

 1. Create a post in that post type and assign it a category.

 2. Go to wp-admin/edit.php?post_type=example

 3. The Categories column is present, but it's blank.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14089>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list