Remove breadcrumbs from pages
-
Hello,
I would like to remove breadcrumbs from all the pages. How do I do that ?
I found this following code in another thread but I don’t know where to put it.
<?php if(function_exists(‘bcn_display’) && !is_page()){ ?>
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
<?php bcn_display(); ?>
</div>
<?php } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Remove breadcrumbs from pages’ is closed to new replies.