I found the following code in WordPress SEO:
<?php if ( function_exists(‘get_mervin_breadcrumbs’) ) {
get_mervin_breadcrumbs(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>
then I searched and found it is supposed to be placed in the index.php after get_header();
but I cannot get it to work.
I did find that if you put it in the home.php file it will cause an error…
I need help too…