How do I get the top-level terms in a custom taxonomy?

Try to pass 0 for parent argument in get_terms().

parent (integer) Get direct children
of this term (only terms who’s
explicit parent is this value). If 0
is passed, only top-level terms are
returned. Default is an empty string.

Leave a Comment