[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
Thu Jun 3 08:35:23 UTC 2010
#13710: Query posts with custom taxonomies the way similar to
query_posts('tag=bread+baking+recipe');
-----------------------------+----------------------------------------------
Reporter: defeed | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.0
Component: Taxonomy | Version:
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Currently it's possible to have post filtered like this:
{{{
query_posts('post_type=movie&status=released');
}}}
Would be good to do it like this:
{{{
query_posts('post_type=movie&status=wishlist+upcoming-seen');
}}}
or
{{{
query_posts('post_type=movie&status=wishlist,seen');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13710>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list