Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta query spettacoli

$meta_query = array(
	array(
		'key'     => 'custom_status',
		'value'   => 'archivio',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);