Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Related Partner

$meta_query = array(
	array(
		'key'     => 'related_partner',
		'value'   => 'get_the_ID()',
		'compare' => 'LIKE',
	),
);