WP_Tax_Query Generator March 1, 2019 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone cat $tax_query = array( array( 'taxonomy' => 'car_manufacturer', 'terms' => 'non-porsche', 'field' => 'slug', ), );