How to show a hierarchical terms list?

Use wp_list_categories with the 'taxonomy' => 'taxonomy' argument, it’s built for creating hierarchical category lists but will also support using a custom taxonomy..

Codex Example:
Display terms in a custom taxonomy

If the list comes back looking flat, it’s possible you just need a little CSS to add padding to the lists, so you can see their hierarchical structure.

Leave a Comment