Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

use case 2

$tax_query = array(
	array(
		'taxonomy'         => 'use_case',
		'terms'            => 'use 1',
	),
	array(
		'taxonomy'         => 'solutions',
		'terms'            => 'sol 1',
	),
	array(
		'taxonomy'         => 'business',
		'terms'            => 'bt 1',
	),
);