Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ea-team-cat

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'team_category',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);