Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

xf_metaq

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'wps_subtitle',
		'value'   => 'keyword',
		'compare' => 'LIKE',
	),
);