• This is the breadcrumb plugin, and the instructions said to add this to my template:

    <?php if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    } ?>

    Im a super newb, where would I add this? What exactly is my template?

Viewing 2 replies - 1 through 2 (of 2 total)
  • wordpress uses themes ?? themes consist of theme files, or as some prefer to call theme templates files (I guess).

    where you add that code is dependent on where you want it to be displayed but, generally speaking, stuff in your header can usually be found in your current theme’s header.php, stuff in the sidebar can be found inside your current theme’s sidebar.php, so on and so on

    once you tell us where specifically you want to use that , and provide either a link to the theme you are using, or a url to your actual site, someone can probably help you more specifically.

    Thread Starter tizlo

    (@tizlo)

    https://www.tizlo.com/spiders

    Thanks for the response! Im just not sure which theme file to add this to.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How would I add this to my template?’ is closed to new replies.