Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

current_services_cat

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'services_cat',
		'terms'            => '$current_services_cat',
		'field'            => 'term_id',
	),
	array(
		'taxonomy'         => 'services_tag',
		'operator'         => 'EXISTS',
	),
);