Your sites Log in Sign up Menu

Nested tags structure in nav bar

Looking for a way to show the nested tags structure in the nav bar. For example Folder structure being:

  • [Tag A]
    • [Tag B]
    • [Tag C]
  • [Tag D]

I would want to have the same indentation and hierarchy in the nav bar, and ideally being apple to collapse and uncollapse them would be great.

Is there a way to do this with the current templates?


a year ago, 1 replies   menu   developers   tags   Improve this question

This is possible but you'll need to do it manually, unfortunately. You're going to need to remove the current, dynamically loaded list of tags in the navigation if it exists, and replace it with your hard-coded tag structure. You'll need to add the script or CSS to make the sub-tags expand or collapse.

Eventually, I'd like to make it possible to surface the folder structure in the navigation, but I'm unsure about the best way to do so

Answered a year ago · Improve this answer