Comments BaptisteJesu started the conversationJune 30, 2017 at 8:53pmHi,I'd like to add the categories and sub-categories to the theme breadcrumb on woocommerce product pages.Do I need to change the code ? If so, I haven't found which file is dealing with the breadcrumb, could you help me ?ThanksBaptiste 7,092Oliver repliedJuly 4, 2017 at 7:00amHI!You need to edit: function gem_breadcrumbs() /wp-content/themes/thegem/functions.php Line 1804Or If you wish you can use Youast breadcrumbs: You need to change line 921 - 925 in the functions.php if ( !function_exists( 'yoast_breadcrumb' ) ) { require_once '/inc/wpseo-functions.php'; } $breadcrumbs = '<div class="breadcrumbs-container"><div class="container">'.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverBaptisteJesu repliedJuly 4, 2017 at 12:21pmThank you Gregor !I used yoast breadcrumb and it works fine.Also, can I add it in my child theme functions.php to avoid this part to be overwritten by updates ? I tried but I can't duplicate the thegem_page_title function. in my child theme file. Thanks !Baptiste 7,092Oliver repliedJuly 4, 2017 at 12:26pmSorry, I don't see a simple way to do this...Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi,
I'd like to add the categories and sub-categories to the theme breadcrumb on woocommerce product pages.
Do I need to change the code ? If so, I haven't found which file is dealing with the breadcrumb, could you help me ?
Thanks
Baptiste
HI!
You need to edit:
/wp-content/themes/thegem/functions.php
Line 1804
Or If you wish you can use Youast breadcrumbs:
You need to change line 921 - 925 in the functions.php
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you Gregor !
I used yoast breadcrumb and it works fine.
Also, can I add it in my child theme functions.php to avoid this part to be overwritten by updates ?
I tried but I can't duplicate the thegem_page_title function. in my child theme file.
Thanks !
Baptiste
Sorry, I don't see a simple way to do this...
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver