WP_Tax_Query Generator December 7, 2017 Public Tucker Roussel Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone staff groups $tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'staff-groups', 'terms' => array( '1', '2', '3' ), ), );