WP_Tax_Query Generator August 27, 2019 Public Mary Collins Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone event tax $tax_query = array( array( 'taxonomy' => 'event_type', 'terms' => 'education', 'field' => 'slug', ), );