Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Region

$tax_query = array(
	array(
		'taxonomy'         => 'region',
		'terms'            => 'hebregion',
		'field'            => 'slug',
	),
);