If I have page1 as my homepage and page2 as the page which lists my posts (i.e. the default homepage), the following inconsistencies arise:
Current implementation
Viewing a post
Home > [category] > [post]
Viewing a category/archive/tag
Home > [page2] > [category/archive/tag]
Desired behaviour
When viewing a post, the correct breadcrumb should read:
Home > [page2] > [category] > [post]
If I have page1 as my homepage and page2 as the page which lists my posts (i.e. the default homepage), the following inconsistencies arise:
Current implementation
Viewing a post
Home > [category] > [post]
Viewing a category/archive/tag
Home > [page2] > [category/archive/tag]
Desired behaviour
When viewing a post, the correct breadcrumb should read:
Home > [page2] > [category] > [post]