• 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/”&gt;
    <?php bcn_display(); ?>
    </div>
    <?php } ?>

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

    (@mtekk)

    If you are already using Breadcrumb NavXT to generate your breadcrumb trails, you will need to replace the existing call to bcn_display() with the code you mentioned above. The easiest way to start is to look at your theme’s files, searching for bcn_display (and then replace). Note, if you are using the included widget to display the breadcrumb trail, this will not work (you will need to do something else to remove the breadcrumb trail from pages).

Viewing 1 replies (of 1 total)

The topic ‘Remove breadcrumbs from pages’ is closed to new replies.