Two Navigations - How to?
Permalink
I would like to have two navigations - one on top and one on the left. So the top navigation has five links and then left hand nav has all the rest. The only way I can figure out how to do that is to put all the links I want in the side nav into a folder (under a page) and then just display pages below that page. The problem with doing it that way is that the URLs will all have the folder page in them. I can make aliases but that's not really a good way yo do it.
Any ideas?
Any ideas?
- use a Page List block for your top nav and limit the number of pages shown to five (can be done in block add/edit box).
- create two custom templates for the Auto Nav block that limit which pages are shown. The top nav would only show the first five items and the left nav would only show items six and higher.
If you've ever coded a conditional this should be really easy.
Hope that helps!