Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mq

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'views',
		'compare' => '=',
	),
	array(
		'key'     => 'tit',
		'compare' => '=',
	),
);