Forum
Is it possible to display a breadcrumb nav from within a content template?
I have product pages where everything but the header and footer are generated from a single product content template.
The design requirements call for a breadcrumb nav. Normally, I'd put the breadcrumb code in the master page template just above the product content, but the design requirements have the breadcrumb appearing after some of the product content. Is there some way to display a breadcrumb in this manner?
Thanks!
You can generate it and then pass it into the template
And then in your template:
So the second line of code goes in my product content template, but where does the first code snippet need to appear? This is for a Perch Runway project.
Thanks!
It just needs to happen before the template is used.