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.