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

    (@mtekk)

    There are ways to call the plugin other than using the sidebar widget.

    Try placing the following in your theme:

    <div class="breadcrumbs">
    <?php
    if(function_exists('bcn_display'))
    {
        bcn_display();
    }
    ?>
    </div>

    -John Havlik

    Thread Starter darje666

    (@darje666)

    It works. Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Display breadcrumbs inside posts’ is closed to new replies.