WP_Tax_Query Generator April 2, 2017 Public Monica Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone WpTax1 $tax_query = array( array( 'taxonomy' => 'autore', 'terms' => 'none', 'field' => 'slug', 'operator' => 'NOT IN', ), );