Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

immo_status_frei

$meta_query = array(
	array(
		'key'     => 'status_name',
		'value'   => 'Frei',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);