WP_Tax_Query Generator March 2, 2020 Public Luc Micheau Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone test $tax_query = array( array( 'taxonomy' => 'type-profile', 'terms' => 'publish', 'field' => 'slug', ), );