What did you use for your calling code?
Hi mtekk,
Thanks for your reply.
We used the following code where we want the breadcrumb trail to appear.
<div class="breadcrumbs">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
With the help of firebug, it’s reflected as a link but fronted it’s not.
Please advise.
Btw, do you have an email address we can contact you at?
Regards,
Daniel.
Rather than use Firebug, if you do a “View Source” in the “old right click way” see what that says (I’m interested in the output of my plugin in particular. Firebug will show what the browser has interpreted the HTML as being, not necessarily exactly what is there.
You can find my email address either in the GPL copyright statement in any of the plugin PHP files or on the contact page of my site.