WP_Tax_Query Generator August 12, 2021 Public Oh Ta Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone taxqry $tax_query = array( array( 'taxonomy' => 'category', 'field' => 'name', 'include_children' => false, ), );