This topic has 6 replies, 4 voices, and was last updated 3 months ago ago by Andrew Mitchell
Hello,
I was wondering if you know how to remove the “Shop” part from the woocommerce breadcrumb? I don’t have a shop page, it starts from the home page with all categories.
Kind Regards,
Vincent
Hello VincentC,
Thank you for reaching out to us with your query.
To remove the “Shop” from the breadcrumbs, please add the following code to your child-theme/functions.php:
add_filter( 'etheme_breadcrumbs_shop_step', '__return_false', 999);
Best Regards,
8Theme’s Team
Hello,
Tried that but it didn’t work.
Kind Regards,
Vincent C
Dear @VincentC,
I hope this message finds you well. To address your query regarding the configuration of permalinks, please navigate to the wp-admin/options-permalink.php
section of your website’s administrative panel. Once there, you will be able to select the permalink structure that best suits your preferences. Those settings are built-in WordPress.
Should you require any further assistance, please do not hesitate to reach out.
Best regards,
Jack Richardson
The 8Theme Team
Hello,
That doesn’t really fix the issue. In the breadcrumb it goes from home >> shop >> category. However the shop page goes to a page that is not being used. The home page contains the categories where you start from not the shop page. I just want that gone.
Dear VincentC,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘How to remove the “Shop” part from the breadcrumb’' has been successfully resolved, and the topic is now closed for further responses