WP_Tax_Query Generator February 20, 2019 Public Jay Zambrano Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone terms $tax_query = array( array( 'taxonomy' => 'tipo-productos', 'terms' => 'quesos', ), );