Join the Webstudio community

Updated 2 months ago

Auto global breadcrumb navigation

At a glance

The community members are discussing how to implement a global breadcrumb navigation on their project, with the goal of avoiding manually rewriting URLs on each page. The comments suggest that for dynamic pages, it can be done by fetching the page's path from a CMS, but for static pages, the pages' data would need to be added to a system variable. One community member suggests creating a menu list of pages in a folder, which could also make searching easier for static pages. However, another community member indicates that for static pages, the paths would need to be manually created. There is no explicitly marked answer in the comments.

Hello Webstudio community! πŸ‘‹

I was wondering if there's a straightforward way to implement a global breadcrumb navigation on our project? The goal is to avoid having to manually rewrite the URLs on each page.

If anyone has a tip or a solution to share, I'd be very grateful! Thanks in advance for your valuable help. πŸ™
O
M
J
7 comments
for static pages?
Static and Dynamic
for dynamic you can already do it by having a resource that fetches that pages path from cms
for static we would need to add the pages data to system variable
maybe this could be done while making a menulist of pages in a folder, for very simple, but also very practical list of subpages - nested or not - as a simple menu component or as a blog listing if made with static pages, which should also make searching more easy perhaps if the pages are static ?
Thanks for your answer. But I don't really see how to do it
Like I said this can't be done for static pages without making manually the path
Add a reply
Sign up and join the conversation on Discord