WP_Tax_Query Generator January 26, 2019 Public code nighter Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax_querry $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'tv-ortodox', 'include_children' => true, ), );