I would like to remove the word and link to “shop” in breadcrumbs. I am not using the default woocommerce shop page instead I created a products page to act as my “shop”
Hey KeyshaunSmith,
In your child theme’s functions.php (at the bottom), please add this PHP code:
– https://pastebin.com/7KLYbMyY
replace 123 with the page ID of your custom shop page:
$shop_id = 123;
Hope this helps.
Best regards,
Nikko