Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta query

country

$meta_query = array(
	array(
		'key'     => 'alerts',
		'value'   => '$title',
		'compare' => '=',
	),
);