Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy-tipos-salones

$tax_query = array(
	array(
		'taxonomy'         => 'tipos-salones',
	),
);