I'm thinking about adding breadcrumb navigation to the stovebolt site. I've looked at a few things, and tested a few things but nothing works. Part of the problem is that while I can read and somewhat understand code, I can't do it well enough to sort out the issues.
I've seen how to create breadcrumbs using html and css, but that requires editing every single page on the site. We have 3567 pages in our sitemap, so that prospect doesn't exactly excite me.
It seems to me that we ought to be able to use our sitemap.xml file to facilitate creating the breadcrumbs.
https://www.stovebolt.com/sitemap.xml Does that make sense to any progammers? If so, is there any existing code that would use the sitemap.xml file to create breadcrumbs? The information is in the file. It's just getting it on a page that is beyond my capabilities.
Update: After thinking about it, the sitemap.html file would be more appropriate. It contains both the url and the page title, both of which are needed for a breadcrumb link.