WP_Tax_Query Generator December 17, 2019 Public Ricardo Vilar Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Buscador taxonomia $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'cocina', 'field' => 'slug', ), );