WP_Tax_Query Generator April 23, 2020 Public Joe Kizlauskas Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone blah $tax_query = array( array( 'taxonomy' => '$_catslug', 'field' => 'slug', 'include_children' => false, ), );