See Taxonomy Parameters in Codex.
First — areas should probably be in your tax_query
as well.
Second — you probably need to make use of operator
argument in queries (inner ones). I am not sure without testing this out but AND
seems like it would for more strict matches than default IN
for your mandatory types/features logic.
Related Posts:
- Custom Taxonomy and Tax_Query
- Advanced Tax Query
- Improving WP_Query performance for multiple taxonomies
- check if a taxnomy queried in $wp_query?
- WP_Query tax_query – Show results if child has parent X
- Query custom taxonomy for category including children
- Using wp_query is it possible to orderby taxonomy?
- “tax_query” parameter not working with WP_Query
- How do I exclude a custom taxonomy from the post loop
- How to add images to taxonomies?
- Using WordPress to make a “Product Search” type navigation drilldown
- How to modify the query in taxonomy-custom.php to sort term archives by a custom meta field?
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- display posts with same taxonomy term
- Including all terms in wordpress tax_query
- How to get first post in a category of a custom taxonomy
- Display one post from each term in a custom taxonomy [closed]
- SQL QUERY needed to get POST category (taxonomy) ? – MUST be SQL statement
- Using tax_query creates a 1 = 0 or 1 = 1 in $wp_query->request
- search query within custom taxonomy term, post title and meta field
- Custom archive page based on array of categories and tags
- wp query with multiple taxonomy?
- wp_query orderby title and meta key value (WP3.1)
- On Taxonomy Template page, want to add Post_Type
- Page queried instead of a custom taxonomy
- Combine multiple custom user taxonomy in single url
- Custom WP_Query breaks default behaviour of viewing right post associated with tax-term!
- The next_posts_link() show me a aditional page in blank
- Help with a query not working with custom taxonomy
- Adding session variable and/or cookie based on user-selected input
- Excluding a custom taxonomy term breaks wp_get_post_terms
- why do drafts return as part of wp_query?
- WP_Query use for a filter with multiple Taxonomies and Terms
- tax_query shows no results if nothing is selected
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- Paginated Taxonomy Term Archive including one post per term
- How can I display all post IDs from the taxonomy?
- Get ID and slug from taxonomy object
- WP Query with custom taxonomy
- how to search in custom fields & custom taxonomy for custom search
- How to display custom taxonomy in multiple columns?
- Custom taxonomies making WP very slow – Way to fix?
- How to count the number of terms in a taxonomy
- Query Custom Post Type Order By Taxonomy Field
- Sorting taxonomy columns by meta value numeric
- Get Taxonmy Term ID For Current Post
- WP_Query on custom taxonomy works fine but fails if run through wp_ajax_
- Display sub categories and their data of a taxonomy
- Display only first level children of my custom taxonomy categories
- Is it possible to get all term items from a custom taxonomy regardless of post attachment status?
- How do I Use Multiple Loops with WP_Query?
- Changing stylesheet depending on custom taxonomy terms
- cannot get multiple loops using tax_query
- How do I taxonomy terms based on terms they are used alongside?
- Custom taxonomy [year] is directing to yearly archive
- Get posts by term slug only
- Display all posts for taxonomy term across multiple custom post types
- Selecting all posts from the children of a particular parent taxonomy
- Taxonomies on custom taxonomies
- WordPress loop: Show only a Custom Post Type Taxononmy TERM
- Add Custom Taxonomy for Blog Meta Info
- WordPress query with items from more than one selfdefined taxonomy as `term` argument
- Search Tool only refreshes Page without showing results
- Getting associated taxonomies
- Hiding taxonomies with no children WP_Query & tax_query
- Can I use OR relation for one item when calling tax_query from WP_Query and use AND for the rest?
- How to fetch the data from Advanced Custom post when we search specific keyword or field name related to the post?
- Set tax_query conditionally with new WP_Query
- querying posts by custom taxonomy terms right from a querystring based URL
- Custom taxonomy.php not working
- Query custom taxonomy by term id?
- get all posts associated with a custom taxonomy
- When filtering query on custom taxonomy; main menu dissapears
- How to add images to taxonomy terms? [duplicate]
- Exclude taxonomy term from all loops, but having it on widget
- Why can’t I use an array of term slugs in WP_Query?
- wp_query not resetting, last post hanging
- Using WP_Query and Query_post for the loop?
- Problem with wordpress pagination
- How to do a particular wp_query taxonomy search
- one post per term taxonomy
- Show only the sub-categories (and their content) of the current custom taxonomy with ‘taxonomy.php’
- Using Advanced Custom Fields Relationship Field to select a taxonomy term
- Custom arguments in WP_Query
- Wp_query…a type of term a different div
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- Proper way to create taxonomy queries
- how to use tax_query to apply both terms or one if one is empty
- Variable Not Working Inside is_author() Array
- Get current page term title to use in WP_Query
- passing moree than one value of slugs in taxonomy using variable
- How to get related taxonomies based on a category with mysql query?
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- Tracking the name of a custom taxonomy
- Add terms to a taxonomy archive from within the same taxonomy
- Is it possible to filter a taxonomy archive by other taxonomies that are on posts?
- Fill New Taxonomies
- Custom Taxonomies Archive Page 404
- list all post who have mutual taxonomy as current taxonomy!
- WordPress taxonomy terms archive template help