Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

show-ansprechpartner

$meta_query = array(
	array(
		'key'     => 'contact_show_archive',
		'value'   => 'true',
		'compare' => '=',
	),
);