This topic has 5 replies, 4 voices, and was last updated 3 months ago ago by Andrew Mitchell
I want you to remove the “shop” from the breadcrumbs of my product category page.
Currently, the breadcrumbs: home>>shop>>category>>subcategory
I want it to be home>>category>>subcategory
Hello leduy500,
Thank you for contacting us and for using XStore.
If you would like 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
not working on website
Hello @leduy500
We got an update for the previously recomended filter from our developers:
add_filter( 'etheme_breadcrumbs_shop_step', '__return_false', 999);
You should add the priority of 999 for this filter to make it work.
Kind regards,
Jack Richardson
The 8theme’s team
Dear leduy500,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘I want you to remove the “shop” from the breadcrumbs of my product category page.’' has been successfully resolved, and the topic is now closed for further responses