WP_Tax_Query Generator October 25, 2018 Public David Long Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone asc_tax $tax_query = array( array( 'taxonomy' => 'afterschool_category', 'terms' => 'myterm', 'field' => 'slug', ), );