-
I'm making custom category pages but the product pages are the default. How do I intercept the breadcrumb on the product page so it links to my custom category pages? |
Beta Was this translation helpful? Give feedback.
Answered by
crftwrk
Mar 17, 2025
Replies: 1 comment
-
Not possible to override the WC breadcrumb links directly but you can use 301 redirects in your |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cahoskins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not possible to override the WC breadcrumb links directly but you can use 301 redirects in your
.htaccess
file. Not so nice for Google but works.