Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Staff Member Tax Q

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'staff_member_category',
		'terms'            => 'administration',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);