WP_Tax_Query Generator September 4, 2019 Public Tristan Bacon Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Location Tax Query $tax_query = array( array( 'taxonomy' => 'location', 'terms' => 'london', ), );