[wp-trac] [WordPress Trac] #9674: Better support for custom post types

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 1 20:40:46 UTC 2010


#9674: Better support for custom post types
------------------------------------+---------------------------------------
 Reporter:  wnorris                 |        Owner:  ryan    
     Type:  task (blessed)          |       Status:  reopened
 Priority:  normal                  |    Milestone:  3.0     
Component:  Administration          |      Version:  2.9     
 Severity:  normal                  |   Resolution:          
 Keywords:  has-patch tested early  |  
------------------------------------+---------------------------------------

Comment(by ocean90):

 I use following:

 {{{
 register_taxonomy( 'production', 'movies',
                 array(
                          'hierarchical' => false,
                                      'label' => __('Production'),
                                      'query_var' => 'production',
                                      'rewrite' => array('slug' =>
 'production' )
                 )
 }}}

 The problem: http://grab.by/2KYb

 On edit-tags I can add the ''Production'', but on post-new I must add a
 tag for Production. I hope the image explain it.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9674#comment:270>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list