Forums
(@krizba)
13 years ago
Thank you very much alchymyth!
I finally used this code that works (close to yours):
if ($term->parent) $slug[] = '<a href="' . get_term_link($term, $taxonomy) . '">' . $term->name. '</a>';
(tested!)
15 years, 9 months ago