Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

geoloc_type

$tax_query = array(
	array(
		'taxonomy'         => 'geoloc_type',
		'terms'            => 'cyberbase',
		'field'            => 'slug',
	),
);