Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Heather Services Tax Query

$services_tax_query = array(
	array(
		'taxonomy'         => 'services_categories',
		'field'            => 'slug',
	),
);