I’m using, WordPress 4.7.3 with SiteOrigin North v1.3.3 theme and the example code from Breadcrumb NavXT is not working. I placed the code in the header.php.
<?php if(function_exists(‘bcn_display’) && !is_front_page()){ ?>
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
<?php bcn_display(); ?>
</div>
<?php } ?>
I have a static page setup and the breadcrumb is still appearing on the front page. Hope you can help. Thanks.