Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_for_home

$tax_query_for_home = array(
	array(
		'taxonomy'         => 'music_videos',
	),
	array(
		'taxonomy'         => 'branded_content',
	),
	array(
		'taxonomy'         => 'producao',
	),
);