WP_Tax_Query Generator January 23, 2017 Public John White Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax query $tax_query = array( array( 'taxonomy' => 'testimonial_area', 'terms' => 'test-home', 'field' => 'slug', ), );