Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

_primary_category

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => '_primary_category',
	),
);