kraustse
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
It worked, thank you very much!
It hasn’t been solved yet
Hi Mircea,
It still hasn’t worked after I changed the code you sent.
I’m not sure what this means:
“maybe the theme you are using is overriding that filter too or the template used to output the breadcrumbs.”
Or can you tell me how to check it? I’m not very good at this.Thanks
KrausHi Mircea,
Thanks for your quick response.
Please check the following code:
/** * Change the breadcrumb separator */ add_filter( 'woocommerce_breadcrumb_defaults', 'wcc_change_breadcrumb_delimiter' ); function wcc_change_breadcrumb_delimiter( $defaults ) { // Change the breadcrumb delimeter from '/' to '>' $defaults['delimiter'] = ' > '; return $defaults; }The location I’m using Code Snippet insertion is Run everywhere.
The product page is created by woocommerce.Please correct me for any improper operation.
Thanks & best wishes
KrausThank you, Albert, It’s ok now;)
Viewing 5 replies - 1 through 5 (of 5 total)