Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Custom Tax Query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'sector',
		'terms'            => '22',
		'field'            => 'term_id',
		'include_children' => false,
	),
);