Hi all,
I would like to implement this code:
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
bcn_display();
}
?>
</div>
...in my function.php file to implement the Breadcrumbs NavXT. Ideally, the output would show up just above #nav-above <div>
ref.: http://mtekk.weblogs.us/code/breadcrumb-navxt/#basic
Easy?
Thanks for the help.
Pat