Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tipo de Raza

Perro para la mascopedia

$tax_query = array(
	array(
		'taxonomy'         => 'tipo-de-raza',
		'terms'            => 'perro',
		'field'            => 'slug',
	),
);