WP_Tax_Query Generator May 10, 2017 Public Brian Douglas Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Training Event Type Query $tax_query = array( array( 'taxonomy' => 'event-type', 'terms' => 'training', 'field' => 'slug', ), );