Breadcrumbs: how to show "Home" instead of site title in the breadcrumbs?

  • Author
    Posts
  • #11755
    Tracy

    I love this theme and found it super easy to set up. Thank you! Thank you!

    I’m new to WordPress, and this may be a general WP question rather than a theme question, but I cannot figure out how to change the breadcrumb from the site title to ‘home’.
    Could you point me in the right direction?

    #12864
    William

    Up please. There is no answer to this kind of question ( and many people asked that).
    Can someone help us ?

    #13024
    Ardhendu Shekhar Singh

    Hi William and Tracy,

    I was also facing the same problem but after going through the below url
    :
    http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs/

    I fixed it by doing the below mentioned changes:
    1. Open the file named “theme-functions.php”
    2. Search for the line:
    echo ‘‘.get_bloginfo(‘name’).’ » ‘;
    And replace it with
    echo ‘Home » ‘;

    And after saving the changes.You will be able to have Home instead of Site title on your website.

    #13026
    Ardhendu Shekhar Singh

    Sorry the code has been converted:
    Please refer the below :
    Open the file named “theme-functions.php”
    2. Search for the line:
    “echo ‘‘.get_bloginfo(‘name’).’ » ‘;”
    And replace it with
    “echo ‘‘.get_bloginfo(‘name’).’ » ‘;”

    #13046
    StelleDiPolvere

    Thanks I will try to do that 🙂

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

The topic ‘Breadcrumbs: how to show "Home" instead of site title in the breadcrumbs?’ is closed to new replies.

One Comment

  1. Pingback: Some Wordpress tips and tricks - Prahlad Yeri