Is it possible to have breadcrumb navigation on each page of a web app just below the navbar?
2 Likes
I second this! How can we get breadcrumbs?
You can kind of hard code this with a little javascript code in a code block just below the nav.
This is for a back button, but I think if you string a few of these together, you can have a few layers of breadcrumbs.
<a href="javascript:history.go(-1)"style="color:#0487AF"><strong>← Back</strong></a>
Please see here how to add a dynamic breadcrumb.
3 Likes