WP_Tax_Query Generator August 9, 2022 Public Jack Goo Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax_query $tax_query = array( array( 'taxonomy' => 'meat', 'field' => 'term_taxonomy_id', 'include_children' => false, ), );