breadcrumb

Sumit Kataria

Adding Custom Breadcrumbs to Views Pages

Recently I needed to add custom breadcrumbs to views 2 generated pages. Now we were using excellent custom_breadcrumbs 1.x to add custom breadcrumbs on site. At that time I discovered that 1.x version of custom_breadcrumbs do not support views generated pages and 2.x version of module (which supports views) is not production stable. So I came up with this solution to create custom breadcrumbs for views pages:

Zoey Kroll Profile Photo

"Breadcrumb" Definition

Website Redesign Glossary - Entry 5 Breadcrumb: An element on a web page (usually directly below the page title) showing the click path a user traveled to arrive at the current page. For example: Home > About Us > Our Staff Usually the terms are active links, which enable the user to retrace their click path (or skip back several clicks). Breadcrumbs, especially in deep sites with multiple levels of navigation, improve usability because they help users understand where they are now as well as the overall structure of the site, and navigate back to the pages they've visited. The term "breadcrumb" comes from the trail Hansel and Gretel left to try to find their way back home.
Syndicate content