[wp-trac] [WordPress Trac] #11576: The future of the 'uncategorized' category

WordPress Trac wp-trac at lists.automattic.com
Wed Dec 23 14:32:43 UTC 2009


#11576: The future of the 'uncategorized' category
-------------------------+--------------------------------------------------
 Reporter:  prettyboymp  |       Owner:  filosofo  
     Type:  enhancement  |      Status:  new       
 Priority:  normal       |   Milestone:  Unassigned
Component:  Taxonomy     |     Version:  2.9       
 Severity:  normal       |    Keywords:            
-------------------------+--------------------------------------------------
 Is there any plan for removing the 'Uncategorized' category, or at least
 removing its requirement?  Some users want the ability to only show
 the_category() when the post is part of a real category. Also, with the
 introduction of custom taxonomies in 2.9, not all hierarchical taxonomies
 will have a default term, so this flexibility needs to be introduced
 anyway.

 I'm curious why the default category was introduced in the first place?
 Was it solely for permalink handling?

 If attachment:ticket:10122:hierarchical_metaboxes-2.patch is accepted
 (specifically handling hierarchical taxonomies as int) the following just
 needs to be added above the checkbox list to allow deselecting of all
 terms from the taxonomy:

 {{{
 <input type="hidden" name="tax_input[<?php echo $taxonomy?>]" value="" />
 }}}

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


More information about the wp-trac mailing list