Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_advisor_order

$tm_adv_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'advisor_order',
		'terms'            => array( '%_01', ' %_02' ),
	),
	array(
		'taxonomy'         => 'Category',
		'terms'            => '$ind_title',
		'operator'         => 'AND',
	),
);