Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test_taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'categorias-videos',
		'terms'            => 'rincon-de-la-teoria-1',
		'field'            => 'slug',
	),
);