Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

seccion marquee

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'seccion',
		'terms'            => '$term->slug',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'seccion',
		'terms'            => '___',
		'field'            => 'term_id',
		'operator'         => 'NOT EXISTS',
	),
);