hello
i have read this post:
http://www.kriesi.at/support/topic/breadcrumb-navigation
i've installed yoast wordpress-seo and activated breadcrumbs, then put the code, below, in the header.php but i would like the breadcrumbs to show up under the header, in small text, above the page title
could you please tell me which php file i need to add this to, and where:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
also, could you tell me what i need to reference in the custom.css file to make the breadcrumb text small and a unique colour
thank you! jodi














