WP_Tax_Query Generator June 20, 2019 Public Laura Smith Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone team $tax_query = array( array( 'taxonomy' => 'team', 'terms' => 'a', ), array( 'taxonomy' => 'team', 'terms' => 'b', ), );