Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

secretariat

get_secretariat = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'people_category',
		'terms'            => array( 'secretariat', ' steering-commitee', ' advisors' ),
		'field'            => 'slug',
	),
);