I am trying to customise my breadcrumb for "artists" so that the url points to a wordpress page.
Home / Artists / Emily Nampijinpa Hudson (see attachment)
I am able to change the "home" link url but not the "artist" url (shop)
- Code: Select all
add_filter( 'woocommerce_breadcrumb_home_url', 'woo_custom_breadrumb_home_url' );
function woo_custom_breadrumb_home_url() {
return 'http://woothemes.com';
}
Any assistance would be great,Thanks
Regards Michael