Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

gallery

$gallery = array(
	'relation' => 'AND',
	array(
		'key'     => 'place',
	),
	array(
		'key'     => 'year',
		'type'    => 'NUMERIC',
	),
);