Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

hide

$meta_query = array(
	array(
		'key'     => 'hide',
		'value'   => 'true',
		'compare' => '!=',
	),
);