WP_Tax_Query Generator April 4, 2017 Public Diego Liacone Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax $tax_query = array( array( 'taxonomy' => 'taxonomia', 'terms' => 'termo', 'field' => 'slug', ), );