Hi,
I use the SEO plugin of Yoast, coming along with the breadcrumb functionality. I have added for this his code
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
to the page.php and it looks like this: http://pastie.org/5191759
it works fine as long as the page is not a full width page:

.
But as soon as I set the page to full width, no breadcrumbs are shown:

Could you please tell me, where I can add Yoast's code snippet to have the breadcrumbs in full width pages, too?
Thanks a lot!














