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();
}
?>
?
]]>I’ve tried to customise menu/remove it from there but it doesn’t seem to display as a ‘menu’ item
]]>TIA
]]>I want to remove this Hone word.
Please someone help.
CSS:
/* Remove Post/Page Icon */
.page #main-wrapper h1.format-icon:before {
content: none;
}
]]>Thanks!
Chuck
]]>My blog is www.DCdilemmas.com
Thanks again!
]]>