Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

program staff

$tax_query = array(
	array(
		'taxonomy'         => 'staff_category',
		'terms'            => 'program-staff',
		'field'            => 'slug',
		'operator'         => 'AND',
		'include_children' => false,
	),
);