[wp-trac] [WordPress Trac] #16157: category__and, tag__and, tag_slug__in, tag_slug__and support missing

WordPress Trac wp-trac at lists.automattic.com
Mon Feb 28 19:56:22 UTC 2011


#16157: category__and, tag__and, tag_slug__in, tag_slug__and support missing
--------------------------+---------------------
 Reporter:  ryan          |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  3.1
Component:  Taxonomy      |     Version:  3.1
 Severity:  normal        |  Resolution:  fixed
 Keywords:                |
--------------------------+---------------------

Comment (by ajsadeh):

 I have an issue that arose since release of 3.1 whereby
 {{{
 $args = array(
      'category__and' => array($_GET['neighbourhood'],$_GET['venueType']),
      'posts_per_page' => -1
      );
 query_posts($args);
 }}}
  used to work, but does not now. I am cross-posting here in case it is of
 relevance to the changes made in this ticket -
 [http://wordpress.org/support/topic/category_and-not-working-
 after-31-update?replies=1 Support Forum Post] Thank you for any help.

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


More information about the wp-trac mailing list