Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

topic tax query

$tax_query = array(
	array(
		'taxonomy'         => 'topic_categories',
		'terms'            => '12.13.14',
	),
	array(
		'taxonomy'         => 'industry_categories',
		'terms'            => '12.18.20',
	),
);