Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax-Query

$tax_query = array(
	array(
		'taxonomy'         => 'team-category',
		'terms'            => 'leadership',
		'field'            => 'slug',
	),
);