[wp-trac] [WordPress Trac] #13582: filtering via post_type + taxonomy does not work properly.

WordPress Trac wp-trac at lists.automattic.com
Fri May 28 00:04:56 UTC 2010


#13582: filtering via post_type + taxonomy does not work properly.
--------------------------+-------------------------------------------------
 Reporter:  anointed      |       Owner:                        
     Type:  defect (bug)  |      Status:  new                   
 Priority:  normal        |   Milestone:  Unassigned            
Component:  Post Types    |     Version:  3.0                   
 Severity:  normal        |    Keywords:  post_types, taxonomies
--------------------------+-------------------------------------------------

Comment(by michaelh):

 Both taxonomy or term are invalid query variables--see:
 http://codex.wordpress.org/Template_Tags/query_posts

 In your case, the query var available is:
 'series' => 'some value'


 A url such as post_type = 'sermons' + custom taxonomy = 'series' plus term
 = term->slug is not supported.

 Changing this to an enhancement request.

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


More information about the wp-trac mailing list