WP_Tax_Query Generator June 27, 2017 Public Sunny Mo Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone test $tax_query = array( array( 'taxonomy' => 'tax1', 'terms' => array( 'term1', 'term2' ), ), );