Hi all,
I,m trying to enable breadcrumbs from the internal links section of Yoast WordPress SEO. The description on how to do this simply says "Add the following code to your theme’s template(s):" What i can't figure out is in which template file to add it and exactly where in that file i should put the code,
This is the code;
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
If anyone has managed this succesfully please let me know how you did it.












