Filtro Taxonmía
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'Categoría de eventos', 'terms' => 'teatro y humor', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'Categoría de eventos', 'terms' => 'teatro y humor', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );