Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query home

For site ABPA

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'Banner',
		'value'   => 'home',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);