Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Highlight – Program Acara

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'sigi',
		'terms'            => 'highlight',
		'field'            => 'term_id',
	),
	array(
		'taxonomy'         => 'program_acara',
		'terms'            => 'pameran',
		'field'            => 'term_id',
	),
);