Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Smart template

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'smart_site',
		'value'   => 'smartsolution',
	),
	array(
		'key'     => 'page_type',
		'value'   => 'frontend',
	),
);