Hi. I would like to have breadcrumbs for my posts (which are custom Learning Pathways) connect directly back to the pages it comes from, not the post category the post is a part of.
What I want the breadcrumbs to look like:
Home > Page > Page > Post
Currently when I reach the Post the breadcrumb looks like this:
Home > Category > Post.
How do I get the breadcrumbs for the Post to show the Page path it took to actually get to it? Thank you.
@timlarner,
The breadcrumbs are calling from a function vibe_breadcrumbs
This function is showing the breadcrumbs according to the post type(if it is a page, post, course).
To change this is not possible