WP_Tax_Query Generator January 29, 2020 Public Max Azarcon Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone bmc-tax-other $tax_query = array( array( 'taxonomy' => 'topic_areas', 'terms' => 'other', 'include_children' => true, ), );