Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta

meta

$meta_query = array(
	array(
		'key'     => 'municipaliteArtiste',
		'value'   => 'Kamouraska',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'section',
		'value'   => 'metiers',
	),
);