Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax-query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'section',
		'field'            => 'term_taxonomy_id',
		'operator'         => 'NOT EXISTS',
	),
);