• Resolved Anonymous User 15382528

    (@anonymized-15382528)


    Hi,

    Please advise how to remove the breadcrumb from 404 Page.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    Try using something like the following to call the breadcrumb trail:

    <?php if(function_exists('bcn_display') && !is_404()):?>
    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/">
        <?php bcn_display();?>
    </div>
    <?php endif; ?>
    Thread Starter Anonymous User 15382528

    (@anonymized-15382528)

    Thanks John, it works perfectly !!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Breadcrumb on 404 page’ is closed to new replies.