Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

podlazi and dispozice

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'byt_podlazi',
		'value'   => '$postPodlazi',
		'compare' => '=',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'byt_dispozice',
		'value'   => '$postDispoziceBytu',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);