Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

team

$tax_query = array(
	array(
		'taxonomy'         => 'team',
		'terms'            => 'a',
	),
	array(
		'taxonomy'         => 'team',
		'terms'            => 'b',
	),
);