[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:18:55 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 anointed):

 hmm can't edit posts here:

 {{{
 $args=array(
   'post_type' => 'podcasts',
   'taxonomy' => 'series',
   'term' => $term->slug,
   'post_status' => 'publish',
   'posts_per_page' => -1
 );
 }}}
 I think that is the most relevent part of the issue. The 3rd sort which
 does not work,
 'term' => $term->slug,

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


More information about the wp-trac mailing list