WP_Tax_Query Generator December 4, 2019 Public Andros Fenollosa Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Taxonomia comida $tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'comida', 'field' => 'slug', ), );