WP_Tax_Query Generator July 2, 2018 Public Info Conception Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax cat $tax_query = array( array( 'taxonomy' => 'category', 'field' => 'slug', 'include_children' => true, ), );