Can’t make a tax_query across different post types
Related Posts:
- WordPress tax query use operator LIKE
- tax_query will produce nothing
- Multiple, nested tax_query relation
- How to write a Tax Query that matches all terms in an array?
- using multiple terms in tax_query
- in_category() and tax_query with custom post type
- OR for a single taxonomy in a tax_query
- simple tax_query intersection
- How to set `tax_query` with `query->set()`
- tax_query will produce nothing
- Nested meta_query with multiple relation keys
- “tax_query” parameter not working with WP_Query
- Multiple relationship for multiple tax_query in WP_Query
- tax_query in get_posts() not working?
- Query posts by custom taxonomy ID
- When tax_query used, results disappear (0 =1 produced)
- Does tax_query really beats meta_query in all situations?
- Including all terms in wordpress tax_query
- Why is my WP_Query not working when tax_query terms are an array?
- get_terms with posts that have a different taxonomy with term x
- template_include for search.php makes WordPress think its on the home page
- Using tax_query creates a 1 = 0 or 1 = 1 in $wp_query->request
- Hidden woocommerce products still showing up in search results [closed]
- How to create a WP_Query to search the Title or Tag?
- Combine tax_query and meta_query in WP_Query
- Ordering Posts with Custom Taxonomy Terms Array
- Find all product that contain terms with %keywords% in WP_Query
- Get term by custom term meta and taxonomy
- tax_query: What to pass when I want to have all terms?
- How to add terms to my tax_query based off of the current post
- Query for custom post type objects in a taxonomy and with a meta value
- Query all posts in a given taxonomy
- tax_query OR with empty result returns all posts
- pre_get_posts Tax Query not working for custom author page
- tax_query returning all posts instead of selective posts in WP_Query
- Use both meta query and tax query
- Get pages only with a specific taxonomy
- Get list of terms that have posts in another term
- Custom taxonomy query not working with switch_to_blog
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- Query Multiple Taxominies Across Multiple Post type’s
- Tax query clause inside a meta query clause?
- Get taxonomy parent using child slug (from merged taxonomies)
- Using get_posts() with tax_query parameter set isn’t working with attachments
- Fetch posts that match term slug first two letters (wp query)
- Manipulate WP Query using a custom post type and multiple tax_query taxonomies
- Custom post taxonomies as tax_query terms?
- WP_Query tax query part of slug
- Searching in title or meta, with a tax query too!
- Taxonomy Query Relation field not behaving correctly?
- Custom Widget WP_Query problem
- WordPress tax_query not showing private posts
- How to display Related Posts based on number of taxonomy terms matched
- tax_query not working in template
- Finding WordPress Posts assigned to multiple categories
- WP_Query parameter conflict
- How to do a particular wp_query taxonomy search
- Tax Query only returns for the first of several terms
- Is it possible to query posts with tax queries after multisite switch_to_blog() function?
- $query->is_main_query() is causing query’s tax_query to be ignored
- How to print term name inside wp post loop
- Get posts in taxonomy randomly
- tax_query (if the terms are empty)
- tax query shortcode
- Function using get_posts() with tax_query not working when called from functions.php
- Running a custom query inside another cpt single and trying to grab a variable
- WP_Query tax_query – Show results if child has parent X
- how to access the $query variable inside taxonomy-xxx.php template file?
- how to use tax_query to apply both terms or one if one is empty
- Show multiple tax_query from 2 or more post_type in a single code
- Query all posts under one taxonomy? Why is my code not working?
- Any quicker alternative for WP_Query “NOT IN”
- Tax Query on product_cat using NOT IN as operator does not exclude that category
- problem with setting tax_query in pre_get_posts
- AJAX not working when clicking load more button, when two terms are present in tax_query
- I’m having trouble with Related Product “tax_query” ‘terms’ value
- Multiple dynamic Tax Query – pass taxonomy argument from array
- custom post type and a “sticky” position taxonomy
- WP_Query for a taxonomy value OR a custom post type meta field
- wp_query with meta_query and tax_query
- Select multiple categories with is_tax
- list all post who have mutual taxonomy as current taxonomy!
- Cannot get to work tax_query array for terms
- Why pagination is not working with tax_query param?
- Query child posts with tax query on parents
- How can I get the last 5 element of this tax query?
- WP Query tax_query not returning posts
- Parse error: syntax error, unexpected ”tax_query” in wordpress
- In Product Category archives how to show Posts having same/similar prod_cat slug structure?
- WordPress Multiple Taxonomy Query
- Using get_posts, I need to use a combination of OR & AND relations
- Query breaking with ‘posts_per_page’ => -1
- Custom query for tag and custom tag from 2 post type
- Multiple terms not working on taxonomy
- List posts of terms but exclude one term
- Display related posts with same category or same tag return blank
- Woocommerce – Shipping tax class based on cart items not using the highest tax available
- How to pass >= condition filter to my year custom tax_query
- Output ACF field dynamicaly within a taxonomy loop [closed]
- Adding a language rule and displaying posts with a custom taxonomy term on its archive page