WP_Tax_Query Generator November 26, 2017 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Test $tax_query = array( array( 'taxonomy' => 'tax', 'terms' => 'backcountry', 'field' => 'slug', ), );