I need to build a dynamic nested navigation link. However we are stuck. So here is the issue.
PROJECTS SERVICES
All Projects (category) All Services
Design (category) Service
Design 1 (page) Design 1
Design 2 (page) Design 2
Design 3 (page) Design 3
Construction (category) Construction
Construction 1 (page) Construction 1
Construction 2 (page) Construction 2
Construction 3 (page) Construction 3
The top level navigation (PROJECTS and SERVICES) are static. But each sub-level navigation such as (all projects, design, construction) are categories. Under each of these sub-categories, there are multiple pages that are generated using EE templates.
My dilemma is how can this navigation be created so that it dynamic. By dynamic, I mean when the admin adds an additional sub-category, inside “projects” main category then they to be displayed on the menu bar. Similarly, when the admin creates a new page, then that page link need to display within appropriate category. I hope that makes sense. Can anybody guide me little bit to start off. Your help is greatly appreciated.