Hi I'm trying to add a breadcrumb to my install of gallery theme on littlecuriosityshop.co.uk, but I'm not sure where to put the code supplied by the plugin http://mtekk.weblogs.us/code/breadcrumb-navxt/
Any ideas?
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
bcn_display();
}
?>
</div>
Thanks
Judi