WP_Tax_Query Generator October 19, 2021 Public carrie dils Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Season Taxonomy Query $tax_query = array( array( 'taxonomy' => 'season', 'terms' => 'season-1', 'field' => 'slug', ), );