Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Not in archive

$meta_query = array(
	array(
		'key'     => 'archive',
		'value'   => '1',
		'compare' => '!=',
	),
);