Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

team_categories query

$tax_query = array(
	array(
		'taxonomy'         => 'team_categories',
	),
);