WP_Tax_Query Generator January 15, 2020 Public Nikolaos Melistas Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax query $tax_query = array( array( 'taxonomy' => 'position', 'terms' => '1', 'field' => 'term_id', 'operator' => 'IN', ), );