WP_Tax_Query Generator May 28, 2017 Public Luismi Esferize Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone depto $tax_query = array( array( 'taxonomy' => 'departamento', 'terms' => 'administracion', 'field' => 'slug', ), );