Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Service s & Sectors

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'services_tag',
		'value'   => '$_POST['service']',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'services_tag',
		'value'   => 'a',
		'compare' => 'LIKE',
	),
);