if (taxonomy_get_parents($args[0])) {
  $args[0] = taxonomy_get_parents($args[0]);
}
return $args;