Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

is_front_tile

$meta_query = array(
	array(
		'key'     => 'is_front_tile',
		'value'   => 'true',
		'compare' => '=',
	),
);