[wp-trac] [WordPress Trac] #14161: Taxonomy Titles

WordPress Trac wp-trac at lists.automattic.com
Mon Jul 5 22:28:07 UTC 2010


#14161: Taxonomy Titles
-------------------------+--------------------------------------------------
 Reporter:  ramiy        |       Owner:           
     Type:  enhancement  |      Status:  new      
 Priority:  low          |   Milestone:  3.1      
Component:  Template     |     Version:  3.0      
 Severity:  normal       |    Keywords:  has-patch
-------------------------+--------------------------------------------------

Comment(by scribu):

 Support for custom taxonomies was introduced way back in WP 2.8 and I
 haven't heard any complaints about a lack of single_term_title() until
 this ticket.

 Anyway, until WP 3.1, users can just add this to their functions.php file:

 {{{
 if ( !function_exists('single_term_title') ) :
 function single_term_title(...) {
    ...
 }
 }}}

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


More information about the wp-trac mailing list