Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

occupation

$meta_query = array(
	array(
		'key'     => 'occupation_m',
		'value'   => '$occupation',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);