Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Get Cities (categories)

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'job_listing_region',
		'terms'            => array( 'אזור-הדרום', 'מחוז-המרכז', 'מחוז-הצפון', 'מחוז-יהודה-ושומרון', 'מחוז-ירושלים', 'מחוז-תל-אביב' ),
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);