Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta

$meta_query = array(
	array(
		'key'     => '_primary_category',
		'value'   => 'true',
	),
);