I believe breadcrumb is a very important section of complicated structured website, the reason it stops visitors to get lost in between the complex hieratical linking and helps them to revisit the pages any time in between the surfing. Personally I also believe that somehow breadcrumb also helps in boosting the website SEO.
Though there are so many readymade plugins available to add Breadcrumb in wordpress websites, with multilingual support and one of them I suggest is Breadcrumb NavXT. But if your website do not have multilingual feature then I will not suggest using any third plugins and instead I asks to go for the short code snippets like bellow.
1. Locate functions.php in you current activated theme and paste the below code in it.
function MyBreadcrumb() {
if (!is_home()) {
echo '<a href="';
echo get_option('home');
echo '">';
echo 'Home';;
echo "</a> » ";
if (is_category() || is_single()) {
the_category('title_li=');
if (is_single()) {
echo " » ";
the_title();
}
} elseif (is_page()) {
echo the_title();
}
}
}
2. Locate single.php and page.php under your current activated theme folder and past the bellow code where you want to display the breadcrumb at.
<?php MyBreadcrumb(); ?>







I am often to blogging and i actually appreciate your content. The article has really peaks my interest. I am going to bookmark your website and hold checking for brand new information.
Thanks for your point of view.
We are a group of volunteers and starting a new scheme in our community. Your web site provided us with valuable info to work on. You’ve done an impressive job and our entire community will be grateful to you.
Hello there, You’ve done a fantastic job. I will definitely digg it and personally suggest to my friends. I am confident they will be benefited from this site.
Great blog here! Also your site loads up very fast! What web host are you using? Can I get your affiliate link to your host? I wish my web site loaded up as quickly as yours lol
My Blog has been developed on WordPress and i hosted with bluehost – http://www.bluehost.com/
Hello, i think that i saw you visited my site so i came to “return the favor”.I am attempting to find things to improve my site!I suppose its ok to use a few of your ideas!Simply wish to say your article is as amazing. The clearness in your post is just great and i can assume you are an expert on this subject. Fine with your permission allow me to grab your feed to keep up to date with forthcoming post. Thanks a million and please continue the enjoyable work.
Heartily thanks for you comments, to subscribe my blog feeds you simply need to enter your email ID displaying on the right side, and don’t forget to click on the feeds approval link that you will get after feed registration
I’m really enjoying the theme/design of your web site. Do you ever run into any web browser compatibility issues? A small number of my blog readers have complained about my blog not working correctly in Explorer but looks great in Chrome. Do you have any solutions to help fix this issue?
Hi,
I will definitely help you out to resolve the issues, if you can send me the screen cap with issue. You can mail me at tips4developer@gmail.com or tech@tips4developer.com