[wp-trac] [WordPress Trac] #13710: Query posts with custom taxonomies the way similar to query_posts('tag=bread+baking+recipe');

WordPress Trac wp-trac at lists.automattic.com
Sun Apr 10 08:17:07 UTC 2011


#13710: Query posts with custom taxonomies the way similar to
query_posts('tag=bread+baking+recipe');
-----------------------------+------------------------
 Reporter:  defeed           |       Owner:
     Type:  feature request  |      Status:  closed
 Priority:  normal           |   Milestone:
Component:  Taxonomy         |     Version:
 Severity:  normal           |  Resolution:  duplicate
 Keywords:                   |
-----------------------------+------------------------
Changes (by dd32):

 * keywords:  close =>
 * status:  new => closed
 * resolution:   => duplicate
 * milestone:  Future Release =>


Comment:

 #12891 implemented Custom taxonomy queries.

 The following url's work for me with the expected results
 {{{
 /state/nsw/
 /state/vic/
 /state/nsw,vic/
 /state/nsw+vic
 }}}

 Since query_posts just avoids WP_Rewrite, this should be implemented by
 the above mentioned ticket

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


More information about the wp-trac mailing list