Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Find by Theme

$meta_query = array(
	array(
		'key'     => 'wpcf_theme',
		'value'   => '$theme',
		'compare' => '=',
	),
);