Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

custom query augustiner thema

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'begin',
		'compare' => 'EXISTS',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'thema',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);