Translate Shop in breadcrumps
-
Hello,
I try to translate word “Shop” in breadcrumps on the page of my catalogue. I found method with adding next code to functions.php of my theme:
add_filter( ‘woocommerce_page_title’, ‘woo_shop_page_title’);
function woo_shop_page_title( $page_title ) {
if( ‘Shop’ == $page_title) {
return “Product Catalog”;
}
}But it’s not working. Please help me to solve this problem.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Translate Shop in breadcrumps’ is closed to new replies.