on my site I am using the Yoast breadcrumbs plugin, which places breadcrums, currently, at the top of the index.php template. However, I would rather it be located either right justified in the top menu bar or in place of the RSS placement above the search box. Is this possible? I cannot seem to figure out how to place the code.
I am using 3.2
code that needs to be inserted:
Code:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
my website is here:
www.rockpatch.net
I've looked in the Atahualpa templates and coulnd'nt see how to do this, nor could I find a local place for this in the config interface.
Thanks for any help you can suggest.
Aaron