Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

typestaxquery

$tax_query = array(
	array(
		'taxonomy'         => 'types',
		'terms'            => array( '2470', '2471', '2472' ),
		'field'            => 'term_id',
	),
);