Custom Breadcrumb for Archive Page
-
I have an archive page /archive
I built a single page app (SPA) on this page.
The archive page breadcrumb is
Client > Archive
As part of the SPA, there’s a compare product tool. Once the user does a few things on the page, they are asyncronously built a new interface on the /archive page (/archive?_compare=A,B,C)
We used the action
bcn_before_fill
to addCompare
to the breadcrumb, creating:Client > Archive > Compare
In the above, the only thing hyperlinked is “Client”.
I’ve read every action / filter you have in your docs and can’t figure out how to make ‘Archive’ a link with any of your provided actions / filters.
Can you please link me to the method or provide a small code sample as to how would accomplish this?
- The topic ‘Custom Breadcrumb for Archive Page’ is closed to new replies.