WP_Tax_Query Generator May 12, 2019 Public ALI ALSALTI Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone project_type $tax_query = array( array( 'taxonomy' => 'project_type', 'terms' => 'test', 'field' => 'slug', ), );