Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

section

section

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'section',
		'terms'            => '1',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => false,
	),
);