Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Query Taxo Video Cat 1

FH

$tax_query_video_cat = array(
	array(
		'taxonomy'         => 'sqpptaxovideocat',
		'terms'            => '$postvideocat',
		'field'            => 'slug',
		'include_children' => false,
	),
);