Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Categoria tribe events

$tax_query = array(
	array(
		'taxonomy'         => 'tribe_events_cat',
		'terms'            => 'cine',
	),
);