Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Staff Category

$tax_query = array(
	array(
		'taxonomy'         => 'staff_category',
		'terms'            => 'the-term',
	),
);