Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

_isfrontMeta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_front',
		'value'   => '1',
	),
);