Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Frontpage tile

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'is_front_tile',
		'terms'            => 'true',
		'field'            => 'name',
	),
);