How can I make the links on a breadcrumb conditional so that they lead back to the page where the user came from?
For example.. I have multiple parent pages to a child page:
Page 2 leads to Page 5
Page 3 leads to Page 5
Page 4 lead to Page 5
I want to put a breadcrumb on Page 5 but I want it to lead back up to either Page 2, Page 3 or Page 4 depending on how the user arrived to Page 5.
Thank you!