Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ABA – Featured Work Select

$meta_query = array(
	array(
		'key'     => '_wpcf_belongs_artists_id',
		'value'   => '$parent',
	),
	array(
		'key'     => 'wpcf-featured-work',
		'value'   => '1',
	),
);