hi daniel,
i really love the pinboard theme. keep it up!
now, i would like to insert a breadcrumb in my site using pinboard. i have installed yoast’s seo plugin and gave me a breadcrumb code. where do i insert it?
here is the code:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('’,”);
} ?>
i wish the breadcrumb could appear in the archives, categories, pages and posts.
thanks in advance.
That’s up to you really. Try header.php if you wish to insert it once and have it everywhere or index.php, page.php and single.php if you want to control their location for each template.