Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta2

$meta_query = array(
	array(
		'key'     => 'prospect_status',
		'value'   => 'Archived',
		'compare' => 'NOT IN',
	),
);