Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta query

$meta_query = array(
	array(
		'key'     => 'publication_date',
		'value'   => '2018',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);