Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

team cat victoria bid

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'team-category',
		'terms'            => '224',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);