WP_Tax_Query Generator March 9, 2022 Public Tamra Rich Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Published_query $tax_query = array( array( 'taxonomy' => 'published', 'field' => 'slug', 'include_children' => true, ), );