• I’m working with yoast seo for wordpress. in trying to implement breadcrumb they recommend that you insert this code:
    <?php if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    } ?>
    into your theme’s template. I don’t know what the theme’s template refers to. wouldn’t it be nice if they specified a file by name, like index.php or something? any assistance will be appreciated. thanks.

  • The topic ‘what is a theme's template?’ is closed to new replies.