WP_Tax_Query Generator February 14, 2019 Public Audrey Rawlings Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone travel-type $tax_query = array( array( 'taxonomy' => 'travel-type', 'terms' => 'cruise', 'field' => 'slug', ), );