-
Hi Guys,
I want to ask you, if you can help me with RankMath breadcrumb integration in Flatsome theme?
I was able to add RankMath breadcrumbs by using ‘flatsome_breadcrumb’ hook.
So now, I would like to know, how to disable woocomerce breadcrumbs in Flatsome theme, so I can see only RankMath breadcrumbs on the frontend?
I already tried to add recommended code snippet to functions.php, but it didn’t change any thing.
function remove_wc_breadcrumbs() { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 ); } add_action( 'init', 'remove_wc_breadcrumbs' );Please find the link to my Shop page down below.
Hope you can help me with this issue.
Regards, Valentin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this ticket.