[ad_1]
Hello there!
Please how can I disable rankmath breadcrumb on homepage?
i have added the php code from rank math recommandation but the name of the breadcrumb is still on the home page top bar,website theme is martfury and is uppdate!thanks
<?php
if ( function_exists('rank_math_the_breadcrumbs') && !is_home() ) {
rank_math_the_breadcrumbs();
}
?>
The page I need help with: [log in to see the link]
