Our team pages are built from a team collection - I would like to be able to list each of those pages as a sub menu in our main navigation under Team. Right now we have to manually add a link for each page, which isn’t ideal. Is there a way to connect all of the DB created pages to the navigation menu?
It is possible to have hundreds, even thousands, of dynamic pages - all depends on your database. Also, dynamic pages are really just templates which you connect to your data. If you filter or search your data, the “set” of dynamic pages will change.
You might consider letting the user navigate by using a Repeater . See the Content Examples for different ways to navigate filtered or searched data.
yea i understand that, and we’re currently implementing. my question is we have a nav item “Our Team” which links to all of the team members, which are created via the database and dynamic pages. The only way i see to update that dropdown navigation is to manually add a static link to the dynamic page after we create the team member. And when we have to remove a team member we’ll have to go remove the navigation link manually.
So the question is - how can i have this nav item’s children be a list of the dynamically created pages
Hello ! Did you had any response or solution for your problem. I’m in the same case !
The same case? How exactly? Please add your own issue into a new post instead of bumping up an old post. Explain what you are trying to do, what works, and what doesn’t. Also, add any code in a code block as stated in the Forum Guidelines .
This is an old post and is being closed.