Showing posts by collection of specific terms and texonomy
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