• joheric

    (@joheric)


    How to show only the grandchildren of taxonomy.

    Example:
    Artist > J > Justin Timberlake > Mirrors

    How to show only Justin Timberlake

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You use get_terms() using the ‘parent’ argument to get direct descendants. There is no ‘grandparent’ argument, you need to call get_terms() twice to walk down through the hierarchy to reach the desired level.

Viewing 1 replies (of 1 total)
  • The topic ‘How to show only the grandchildren of taxonomy’ is closed to new replies.