WP_Tax_Query Generator July 21, 2017 Public Alex Marshall Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax $tax_query = array( array( 'taxonomy' => 'industry_education', 'terms' => 'business-science', 'field' => 'slug', ), );