Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

VT Category

$tax_query = array(
	array(
		'taxonomy'         => 'vt-category',
		'terms'            => 'virtual-tour',
	),
);