Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

order poste

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'is_actu',
		'value'   => 'Oui',
	),
	array(
		'key'     => 'ordre',
		'compare' => 'EXISTS',
	),
);