breadcrumb insertion

Viewing 2 posts - 1 through 2 (of 2 total)
  • #6088
    xycris
    Participant

    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.

    #6089
    Daniel Tara
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

Tagged: 

You must be logged in to reply to this topic.