WP_Tax_Query Generator October 31, 2019 Public Giorgos Tsarmpopoulos Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax Query simple $tax_query = array( array( 'taxonomy' => 'zodiac_sign', 'terms' => '12', 'field' => 'term_id', ), );