joew313
Member
Posted 2 years ago #
Hello, I am trying to remove what appears to be breadcrumbs from the top in the content area from my site and the bottom links in the content area. These recently showed up when I added Menubar and can't figure out if I need to remove code from the plugin or somewhere else. See my site here.
joew313
Member
Posted 2 years ago #
Removed from the single.php file:
<span class="prev"><?php next_post_link('%link') ?></span>
<span class="next"><?php previous_post_link('%link') ?></span>
This got rid of the bottom post links.
Still trying to find the breadcrumb code.
joew313
Member
Posted 2 years ago #
okay removed
" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?>
> <?php the_category(', '); ?>
> <?php the_title(); ?>
from single.php and the breadcrumbs are gone.
Hi Joew313,
thank you for sharing the solution, could be useful to other readers.