Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

artist_same_meta_query

the meta_query for same artist

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'folio_artist_name',
		'value'   => '$folio_artist_name',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);