Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query-taxonomy-terms

$tax_query = array(
	array(
		'taxonomy'         => 'type',
		'terms'            => array( 'all', ' sport', ' music', ' night-life', ' entertainment' ),
		'field'            => 'term_id',
	),
);