WP_Tax_Query Generator October 23, 2018 Public Bethal King Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Terms Query $tax_query = array( array( 'taxonomy' => 'service', 'terms' => 'move', 'field' => 'slug', ), );