2015-05-02, 21:43:13
Yes, to explain in more detail:
The default GS nav menu function creates a simple series of links to pages as <li> elements. If your site requires multi level navigation you need to put in place three things:
We should have a how-to page in the wiki for this, I think it often causes confusion.
The default GS nav menu function creates a simple series of links to pages as <li> elements. If your site requires multi level navigation you need to put in place three things:
- Arrange your pages as 'children' and 'parents' in the GS back end.
- Use a plugin to replace the standard menu function and arrange the links in html normally (but not always) as nested <li> elements.
- Make sure you have the css in your theme to display the nested lists as you want them, static or drop down, fly-out, whatever.
We should have a how-to page in the wiki for this, I think it often causes confusion.