Reply To: /Blog Missing from Breadcrumb

#1501
livemesh
Keymaster

The theme currently does not populate the breadcrumb for the home page. Breadcrumb on the home page is pretty redundant since you are already in the page the breadcrumb points. Here is how it will look if we enabled breadcrumb on home page –

https://docs.google.com/file/d/0B9j6FQo4cSQFSzEtT0ZGakpCbHc/edit?usp=drivesdk

If you want to give a try, pls make the required change in framework/functions/breadcrumbs.php file at line number 36 – pls remove the check for home page is_front_page() and breadcrumb will show up in the home page. Hope this makes sense. Let me know if you have other thoughts or ideas on having breadcrumb for home page.