Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

RA Dynamic Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'service_category',
		'terms'            => array( 'corporate', 'legal', 'personal' ),
	),
);