Pinboard Theme Breadcrumb Trail

Viewing 1 post (of 1 total)
  • #15534
    timbarker
    Participant

    Website address is http://www.kimberlypickle.com

    Using the Breadcumb NavXT plugin requires adding the following div:
    <div class=”breadcrumbs”>
    <?php if(function_exists(‘bcn_display’))
    {
    bcn_display();
    }?>
    </div>
    I would like the breadcrumb trail to appear under the menu on all pages.
    Question is where to put the code?
    Thanks in advance for you help in this matter.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.