Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

List tax

$tax_query = array(
	array(
		'taxonomy'         => 'list',
		'terms'            => 'event-list',
		'field'            => 'slug',
	),
);