-
Hello support
I have been trying to remove RankMath breadcrumb from my homepage. Duo to it not being needed on the homepage? Would prefer this to be an option in RankMath settings forward…
I have already read two other posts about this subject, and im still very confuced. Found this code snippet, but i cant get it working.
Where should i put the code? Im using OceanWP with Elementor Prp.
—————————————————————————————————–
<?php if (function_exists(‘rank_math_the_breadcrumbs’) && !is_home() && !is_front_page()) rank_math_the_breadcrumbs(); ?>
—————————————————————————————————–
<?php
if (function_exists(‘rank_math_the_breadcrumbs’) && !is_home()){
rank_math_the_breadcrumbs();
}
?>—————————————————————————————————–
The ticket ‘How to remove breadcrumb from frontpage’ is closed to new replies.