Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

catidstare

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'catidstare',
		'value'   => '111111',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);