Open antikmozib opened 5 years ago
Breadcrumb Trail will soon be getting converted over to using the Hybrid Breadcrumbs project: https://github.com/justintadlock/hybrid-breadcrumbs
If you could test that in your theme, it'd be great. Otherwise, I'll look into this during the changeover.
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]