WP_Tax_Query Generator October 18, 2018 Public Pea Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone event-cat $tax_query = array( array( 'taxonomy' => 'event-category', 'terms' => 'this', 'field' => 'slug', ), );