justintadlock / breadcrumb-trail

Official home of the Breadcrumb Trail plugin for WordPress.
GNU General Public License v2.0
136 stars 61 forks source link

Static blog page inconsistencies #41

Open antikmozib opened 5 years ago

antikmozib commented 5 years ago

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]

justintadlock commented 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.