Designed by Veethemes.com

Professional Breadcrumbs Navigation Widget For Blogger/blogspot

                                                       Breadcrumb navigation helps your readers to track their position on your blog by showing a breadcrumb trail in this way (Home » Label Name » Post Title).This navigation appears just above of the your post title and the links are a trail from the homepage to post title.There is also option for showing the multiple labels in this navigation i.e. if any post have more than one label then it will show all of them.



Add Breadcrumbs Navigation To Blogger :


  1. Go to Blogger Dashboard > Template
  2. As always download a copy of your template
  3. Click on Edit HTML
  4. Hit Proceed
  5. Now find below code,
<b:include data='top' name='status-message'/>
just above it copy and paste below code,
<b:include data='posts' name='breadcrumb'/>
Now find below code (if you find two occurrences of this, then locate the second one)

<b:includable id='main' var='top'>
just above it paste below code,



This code will only display the last label of the post in the breadcrumb. If you want to display all the labels, then you will have to remove the code in line number 16 and 18.

Now find below code,

]]></b:skin>
CSS CODE
.breadcrumbs {background: #F7F7F7;float: left;border: 1px solid #E6E6E6;width: 575px;font-size: 11px;margin: 10px 10px 10px 10px;padding: 5px 10px 5px 10px;}

Now save your changes and you are done.


End. 

0 comments:

Post a Comment