WP_Tax_Query Generator June 19, 2017 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone my_taxonomy $tax_query = array( array( 'taxonomy' => 'my_taxonomy', 'terms' => 'foobar', 'field' => 'name', ), );