I believe the array will work using terms, rather than term (plural)
http://codex.wordpress.org/Function_Reference/WP_Query#Taxonomy_Parameters
Has a lot of useful info for mutiple terms/multiple taxonomies
but basically look into the tax_query item, specifically AND or OR operators. It’s all explained there pretty well
Related Posts:
- Listing all term items alphabetically / sorting loop
- List Posts For Terms Of A Custom Taxonomy For Any Post Type
- Custom query – get_the_terms not work
- How to write sql query to get the posts from a custom taxonomy term name
- one post per term taxonomy
- Sort order by slug for looped child terms of custom taxonomy
- wp_insert_term created and set for first once only
- How do I display the taxonomy for a custom post type in an array
- How to edit this code to get the categories in achieve page?
- Display only child terms of a specific parent term of a custom taxonomy, for each custom post
- Display Custom Taxonomy Alphabetically
- How do I require the specification of term in a custom post type and custom taxonomy?
- Custom Post, set object Taxonomy terms in plugin
- Get terms that contain posts that in turn belong to other terms?
- Failure to add term meta
- Show all taxonomy’s terms’ posts having another taxonomy’s term in common
- How to get custom posts sub category link
- Custom while loop for hierarchical display of a taxonomy
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- Getting WooCommerce product related child categories
- Updating / Saving items generated by wp_terms_checklist on frontend
- Display taxonomy terms, child terms and posts in a template
- Use custom walker to add taxonomy terms to main nav menu
- Hierarchical Taxonomy Terms Select Menu Output with selected=”selected” Set
- Add term to custom post type on draft
- Same term from custom taxonomy in two different custom post types?
- Displaying custom-taxonomy-terms sorted by parent/child-hierarchy?
- Can’t set custom taxonomy terms via custom form
- Some custom taxonomy child terms not showing in admin. Caching problem?
- List related terms + taxonomies
- Rewrite rules for varying nested terms of custom taxonomy
- Query posts from a child taxonomy term id
- get_terms not returning any custom taxonomies
- How to display Related Posts based on number of taxonomy terms matched
- How to get WordPress term attached to the Post?
- Query posts with double taxonomy
- Display all posts that use a custom taxonomy
- get_terms() duplicate first term of a custom taxonomy
- How do I return all terms from multiple taxonomies?
- Count Number of Posts in Taxonomy Term in Last 24 Hours
- Search Query for Multiple Terms In Same Taxonomy
- Adding predefined terms to a taxonomy
- How to make WP_Query not to show irrelevant posts?
- Get parent category id from child category page for custom taxonomy
- Filter Custom Taxonomy Posts
- Order get_terms() by hierarchy
- What does ‘category__in’ mean in queries?
- Update table wp_term_taxonomy.count after INSERT INTO via SQL
- Having Issue on Passing Variable into HTML Class Tag
- How can I reduce amount of ifs and else ifs in this specific block of code?
- Weekdays as terms – How to order taxonomy terms by ID in admin panel?
- Returning One custom taxonomy term name
- How to get only child terms from a custom taxonomy of current post type?
- Displaying Custom Taxonomy without a hyperlink
- Are term IDs unique even between multiple custom taxonomies
- What is the action hook that deletes a taxonomy term from the backend? And how to retireve the term id before deleting it?
- Get all attachments by custom taxonomy – term
- Echo custom taxonomy slug
- Get terms that don’t belong to current post with a shortcode
- Get all terms, including unchecked, or get the terms outside loop
- How to Display Posts From Category Within a Custom Taxonomy?
- Admin (All posts) stop responding problem
- Control content before and after custom post type loop
- get_term_link not working
- Custom Post Types Archives and Single Pages not showing custom taxonomy data
- Custom post type, custom taxonomy, query posts only from taxonomy (children of)
- Using WP_Query and Query_post for the loop?
- Display custom posts randomly in custom taxonomy archive
- Query posts using custom taxonomy and selected terms
- How to find taxonomy parent id from child taxonomy page?
- Shared terms between taxonomies
- Not able to export large no. of posts in csv
- attach CPT data to a taxonomy
- Get only immediate children (and not grandchildren) of a hierarchical custom taxonomy term
- Proper use of wp_get_object_terms
- Remove a href from this code
- Set term on an attachment using wp_set_object_terms and want to display the full term text but it’s showing a slug instead
- How to get_the_term_list() from multiple taxonomies?
- Get terms of a post but only if they’re also the child of a specific term
- Targeting custom post type via functions.php doesn’t work
- How to support fifteen thousand terms in WordPress?
- Output all terms in a custom taxonomy and add a “active” class only to the ones attached to the current post
- How to get posts that contain multiple terms from multiple taxonomies?
- Cannot delete or edit a single term in a custom taxonomy, taxonomy name is wrong?
- The Difference Between Categories and Tags and Taxonomies and Terms
- How to group all terms children’s in custom taxonomy?
- How to get dropdown instance value in WordPress custom Widget
- Display Posts by Custom Taxonomy Chosen Terms
- Get taxonomy term by slug in post on archive page
- Show template part if part of term
- How to display a custom taxonomy without a link?
- Build filter for post-type + multi taxonomies + multi terms
- How to check if a post has at least 2 terms from a custom taxonomy attached?
- custom hierarchical taxonomy and custom post type list contains surplus posts
- How can I change the output display of my pagination?
- How to display custom taxonomy term meta on custom post type
- How do I get term data associated with the current post, where the result is not wrapped in HTML?
- Why does wp_remove_object_terms not work?
- get_terms() returns Trying to get property of non-object error for custom taxonomy
- How best to store data (URLs and IDs) extracted from posts and pages using custom taxonomies