WP_Tax_Query Generator August 26, 2019 Public Toby Dawes Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Basic Tax Query $tax_query = array( array( 'taxonomy' => 'tax', 'terms' => 'term', 'field' => 'slug', ), );