How to install Yoast Breadcrumbs in my WordPress Theme ?

Discussion in 'WordPress' started by deepakkumaarr, Sep 28, 2012.

  1. #1
    Yoast Breadcrumbs

    I am using Yoast WordPress SEO Plugin in my Website "FlaxG" and its working Great for Me.
    I have gone through the Yoast WordPress SEO Tutorial and found that using Breadcrumbs in our website gives good results in Search Engine and its easy for the users to navigate through our website also, when i went through the Yoast Breadcrumbs Guide they told to insert the Yoast Breadcrumbs HTML code in WordPress theme’s template(s).
    <?php if ( function_exists('yoast_breadcrumb') ) {    yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
    HTML:
    But i don't have knowledge in HTML & theme’s template settings, so i need a Guidance in inserting the Code in to my WordPress theme.

    And i am using "Woo Canvas Theme" 5.0.3 in my Website.
     
    Last edited: Sep 28, 2012
    deepakkumaarr, Sep 28, 2012 IP
  2. xInd

    xInd Notable Member

    Messages:
    2,025
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    225
    Digital Goods:
    2
    #2
    In the appearances menu where you go to set your theme, the last sub-menu option should be titled "editor" That's where you want to go. It will show you a list of all the files used in your theme on the right hand side, and you want to click on the "Theme Functions" file and put it in there I'm pretty sure, as you're adding a function. Yoast should have more details specifically for you, and also check with your theme documentation because it's all php code and it is possible to do the odd thing differently in different themes.
     
    Last edited: Sep 29, 2012
    xInd, Sep 29, 2012 IP
  3. deepakkumaarr

    deepakkumaarr Active Member

    Messages:
    73
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    65
    #3
    when i am adding the Breadcrumbs script in my header.php the Breadcrumbs is showing on the top of my Website Logo , but i want to show the Breadcrumbs starting of the post !
     
    deepakkumaarr, Sep 29, 2012 IP