Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

RAP Taxonomy

$rap_taxonomy_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'service-category',
		'terms'            => '48',
		'field'            => 'term_id',
	),
	array(
	),
);