Try this:
'tax_query' => array(
'origin' => 'English'
)
Also, it should be pretty easy. Do some research.
Related Posts:
- Is it possible to dynamically get queried term AND taxonomy?
- How to add custom meta to ‘pre_get_terms’?
- Custom query for tag and custom tag from 2 post type
- WordPress tax_query “and” operator not functioning as desired
- Display posts the match taxonomy term linked from wp_list_categoies?
- Why is my WP_Query not working when tax_query terms are an array?
- Querying by taxonomy vs Querying by Custom fields Speed Comparison
- Filter and list posts of a custom taxonomy
- tax_query shows no results if nothing is selected
- How to Modify Taxonomy Archive Page with Search Parameter?
- How to add terms to my tax_query based off of the current post
- Display link to taxonomy archive only if it has posts with certain custom field values
- How to do a query on custom taxonomies that is uncategorised?
- WP_Query, tax_query and term_meta: How to?
- Order taxonomy terms in alphabetical order
- Empty tax_query array returns an empty array
- How do I search inside specific taxonomies in WordPress
- Pass array of taxonomy terms to wp_query
- Function get_queried_object() return NULL in custom taxonomy
- Getting Taxonomy inside WP_Query Loop
- Querying on multiple taxonomies pulled from $_GET checkbox array not working?
- Query custom post type by custom taxonomy (category slug)
- WP_Query tax query part of slug
- Taxonomy Query Relation field not behaving correctly?
- Slow queries on a huge database
- How do I exclude the lowest level terms in a taxonomy?
- Query with relation and one without relation using multiple taxonomies?
- Post loop for all taxonomy terms
- wp_query args adding muitiple tax_querys
- Custom taxonomy.php not working
- WP_Query for a taxonomy with different taxonomy types
- Using custom taxonomies in a query
- Tax Query only returns for the first of several terms
- WP Job Manager plugin – Listing only the twelve job categories on frontpage order by jobs they have
- How to print term name inside wp post loop
- Get posts in taxonomy randomly
- Loop posts based on permalink term
- How to get posts by category and by choosing a taxonomy term?
- How to restrict search on a certain page to only return results against custom taxonomies?
- Show multiple tax_query from 2 or more post_type in a single code
- get_the_terms has strange result since version 6.0
- WP Query should show No Posts when tax_query $args taxonomies don’t have associated posts
- wp_query with meta_query and tax_query
- WordPress – Form does not filter the results of taxonomies
- WP_Query for custom taxonomies showing posts from non-specified terms?
- list all post who have mutual taxonomy as current taxonomy!
- Why pagination is not working with tax_query param?
- Show one post of each custom taxonomy
- Taxonomy archive, categorised by other taxonomy, not hiding empty taxonomies
- Optimal way to make tags in tax_query optional?
- How to show terms from another taxonomy
- How to define a custom hierarchy for terms?
- My entry results are not consistently alphabetized
- Taxonomy Terms That Don’t Exist Display Results
- How to combine nested tax_query logic with other nested query logic?
- Custom taxonomy and query multi conditions
- tax_query not working for taxonomy slug
- Empty ‘terms’ in ‘tax_query’ returns an empty array
- How to get hierarchical number of custom taxanomy
- Get the tax term in which is a post via wp_query
- How to use tax_query other than by slug or id or solve custom taxonomy tags conflicts with pre-existing tags?
- Advanced AND tax_query in sidebar with 2 taxonomies
- tax_query not working properly with get_posts
- Custom query for certain post type OR another post type with a certain category
- Three different queries on same page
- Make a WP Query search match exactly the search term
- Combine two taxonomies in a hierarchical tree
- Does tax_query really beats meta_query in all situations?
- Using tax_query creates a 1 = 0 or 1 = 1 in $wp_query->request
- How to get the posts published in last two days using WP_Query?
- Can not switch the queried post in pre_get_posts hook
- Get term by custom term meta and taxonomy
- Get pages only with a specific taxonomy
- Get list of terms that have posts in another term
- Query Multiple Taxominies Across Multiple Post type’s
- Custom query for sidebar isn’t returning results
- Fetch posts that match term slug first two letters (wp query)
- Query Page Content From Theme Options?
- Taxonomy order exception for specific term
- Modify Search Query if original Query gave no results
- Filter post query to only show direct children of category
- Unable to paginate a custom page query
- How to display posts from custom post type category(custom Taxonomy) wise?
- Query pages created by deleted users
- Display related CPT with custom taxonomy
- Get posts that match defined arrays of tags
- How to get taxonomy image attached to a Post Type WordPress
- Strange results from WP_Query
- Is there a way to control both Order By and Order query parameters from one input field
- return child post if available otherwise parent post
- Search has query that will return no results
- How to show post which has the specific taxonomy terms?
- Query Top Set Custom Taxonomy In Given Timeperiod
- How to get query results for the next page
- How to organize a WP_Query’s list of posts by category and display category title?
- Need help setting up a search form for wordpress [duplicate]
- Multiple loops on a Search result page?
- Using wp_query is it possible to orderby taxonomy?
- Get WP_Query query after execution?
- query_posts problem – need help