WP_Tax_Query Generator June 27, 2018 Public Jeff Wallace Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Racing Category Snippet $tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'racing', ), );