Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

service offering type

$tax_query = array(
	array(
		'taxonomy'         => 'service_offering_type',
		'terms'            => '$term->slug',
	),
);