How to remove breadcrumbs from landing pages?
-
I have some landing pages on my website https://www.cleanerstogo.co.uk and I don’t want to show breadcrumbs on them and although this problem was successfully resolved here …
https://www.ads-software.com/support/topic/remove-breadcrumbs-from-pages-only/
I am unsure how to use the code that was provided.
Here’s what was written,
<?php if(function_exists(‘bcn_display’) && !is_page()){ ?>
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
<?php bcn_display(); ?>
</div>
<?php } ?>I know the page-id for the landing pages as this method worked to stop the main menu appearing on them (adding CSS to my child them) so I imagine I will insert their id’s somehow here too.
Any suggestions gratefully accepted.
- The topic ‘How to remove breadcrumbs from landing pages?’ is closed to new replies.