query_posts and multiple taxonomies
-
Hi,
I have a site that uses custom post types, and custom taxonomies, and I’m having problems retrieving posts that have one taxonomy or the other:
query_posts(array( 'project_type' => array('Films', 'Animation'), 'post_type' => 'projects', 'showposts' => 99 ));
I want to show posts with Films or Animation as their taxonomy, but I get back nothing.
Also, do I need to specify in query_posts to just show published posts, or is that a given?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘query_posts and multiple taxonomies’ is closed to new replies.