Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

show review

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