Breadcrumb path in case blog home is a Page
-
Hello Phi,
What would be the best way to manage this frequent use case : the blog home is a single Page (and not the home page of the website), so we can have such a trail
Home > Blog > my post
path?- option 1 – rebuild everything for post type through the “breadcrumb_block_get_items” filter ?
with a IF test like
if ( is_singular('post') {
- option 2 – set in WP Options > Read the Page as blog index ? Currently i always left this dropdown empty / not assigned
How does the plugin manage this case ? what’s your advise ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.