WP_Tax_Query Generator March 24, 2021 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone one $tax_query = array( array( 'taxonomy' => 'event_category', 'terms' => 'activity', 'field' => 'slug', ), );