Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1180580

    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”

    #1181181

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.