Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonz

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'group',
		'terms'            => array( 'executive-staff', ' leadership-faculty', ' residents', ' fellow' ),
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'program',
		'terms'            => '126',
		'field'            => 'term_id',
	),
);