WP_Tax_Query Generator October 13, 2017 Public Caleb Zahnd Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Districts Taxonomy $tax_query = array( array( 'taxonomy' => 'districts', 'terms' => 'Westport', 'field' => 'name', ), );