March 24, 2020 at 8:17 am
Hello all, Hello Ben,
as I understand breadcrumbs, they are automatically generated hierarchically when I use WP built-in categories.
As example:
Home >> Category1 >> Post1 (Post in Category1)
Home >> Category1 >> Post2 (Post in Category1)
When I click on the “Category1” in that breadcrumb examples, then a WP built-in Category page opens. That is not what I need.
I look for a solution to use my own hierarchy in breadcrumbs, more to use breadcrumbs for menu-structure-purpose or site-structure purpose.
As example, a target breadcrumb would be:
“Home”(Page) >> “Career Landing Page”(Post or Page) >> “Single Job Posting 1″(Post1)
“Home”(Page) >> “Career Landing Page”(Post or Page) >> “Single Job Posting 2″(Post2)
So when the user click on “Carrier Landing Page” in that breadcrumb example, a “normal” WP Page (or Post) should open.
– Is that possible with the breadcrumb system of Ascend out of the box? (If yes, then how do I configure/define the hierarchically of posts/pages? At Menu-Level? At Post/Page Level?)
– Or do I have to switch off breadcrumb in Ascend and do I have to generate them through a 2nd party plugin like “Breadcrumb NavXT”?
– Or is that possible with the breadcrumb system of Ascend, by using the following default filter of WP, to target a Category-page to a “normal”-page? Is that filter compatible with your themes? -> add_filter(‘bcn_breadcrumb_url’… *Login to see link
Best regards
Sebastian