The home page is part of the breadcrumb in the standard format as that is what I am using. The only way I have found to remove it is to hide the home page from the navigation but that means it wont appear in the site map or other navigation, so not a workaround as it causes other problems.
I am using the files that come with Runway. No changes. Out of the box (breadcrumbs.html).
<?php perch_pages_breadcrumbs(); ?>
Can you show us your code?
I think using the standard:
does not output Home as part of the breadcrumbs.
The home page is part of the breadcrumb in the standard format as that is what I am using. The only way I have found to remove it is to hide the home page from the navigation but that means it wont appear in the site map or other navigation, so not a workaround as it causes other problems.
I am using the files that come with Runway. No changes. Out of the box (breadcrumbs.html). <?php perch_pages_breadcrumbs(); ?>
That is working for 3 Perch sites I tested it on today. Perhaps it's to do with Runway routing. I'm not sure about that.
Have you nested pages under your home page?
Yes. The sections are the level after the home page. Is that wrong?
I would normally have the sections on the top level, with the structure like this
Home
Sections
About
Contact
rather than nested under home:
Home
Okay I will do that, although the site map will be need to exclude the home page and manually be inserted as the root.