WP_Tax_Query Generator April 5, 2017 Public Vincent Morin Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone type $tax_query = array( array( 'taxonomy' => 'type', 'terms' => 'visage', 'field' => 'slug', ), );