Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Client Mediawire articles

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'client',
		'value'   => 'get_the_id()',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'client_name',
		'value'   => 'get_the_title()',
		'compare' => '=',
	),
);