Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meat query order

$meta_query = array(
	array(
		'key'     => 'business_type',
		'value'   => 'fashion',
		'compare' => 'IN',
	),
	array(
		'key'     => 'location',
		'value'   => 'sleaford',
		'compare' => '=',
	),
);