Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Event Query

$tax_query = array(
	array(
		'taxonomy'         => 'event_type',
		'terms'            => '100-holes',
		'field'            => 'term_id',
	),
);