headless-wp-starter icon indicating copy to clipboard operation
headless-wp-starter copied to clipboard

Sub navigation?

Open matthewcoxx opened this issue 6 years ago • 1 comments

Is sub navigation even possible in NextJS and this or am I missing something? I cannot figure out how to have a menu like this:

Home --> Subpage --> Subpage -->-->SubSubpage Main Page Contact Page

I want to be able to track which option is pressed for example if subpage is selected then Home would be highlighted because it is the parent. Is this possible? If so how?

matthewcoxx avatar Mar 01 '20 21:03 matthewcoxx

You would need to separate the menu out into its own component like so:

code

I added parents, hasChildren, and children (list_of Integer) to the theme headermenutype (renamed nestedmenu in my code).

jonshipman avatar Apr 09 '20 15:04 jonshipman