WP_Tax_Query Generator January 20, 2017 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone vvsoort $tax_query = array( array( 'taxonomy' => 'soort', 'terms' => 'project', 'field' => 'slug', ), );