Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

insights_featured_post

$meta_query = array(
	array(
		'key'     => 'insights_featured_post',
		'value'   => 'true',
		'type'    => 'BINARY',
	),
);