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

WordPress Trac wp-trac at lists.automattic.com
Thu May 27 21:06:36 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):

 Try this to get podcasts assigned the series, the-anointing:

 {{{
 $args=array(
   'post_type' => 'podcasts',
   'series' => 'the-anointing',
   'post_status' => 'publish',
   'posts_per_page' => -1
 );
 }}}

 This is probably something for the forums rather than trac, but will leave
 this for you to close.

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


More information about the wp-trac mailing list