One thing I'd like to do is get a breadcrumb into the page menu over on the right hand side.
I currently use the Breadcrumb NavXT plugin which uses a bit of code
Code:
<li class="breadcrumb">You are here » <?php if (function_exists('bcn_display')) { // Display the breadcrumb bcn_display(); } ?> </li>
However, as a php novice*, I don't know where to place this. I've tried it in bfa_header_config.php around line 23 and can get the breadcrumb to work but it always ends up in the top left of the header; not the page menu bar itself.
I'm sorry but I can't refer you to my site as I'm doing the tinkering locally.
Any help would be gratefully received.
Thanks, Andy
*for novice read "dangerous buffoon".