1. Login into your blogspot account
2. Go to dashboard and then go to layouts and edit html
3. Check Expand widget template
4. Search this code ]]></b:skin>
5. Place this code before ]]></b:skin>
.breadcrumbs{6. Search this code <div class='post hentry uncustomized-post-template'>
padding:5px 5px 5px 0;
margin:0;font-size:95%;
line-height:1.4em;
border-bottom:4px double #cadaef;
}
7. Place this code after <div class='post hentry uncustomized-post-template'>
<b:if cond='data:blog.homepageUrl == data:blog.url'>8. Save and finish ^_^ now you have breadcrump or navigation into your blogspot
<b:else/>
<b:if cond='data:blog.pageType == "item"'>
<div class='breadcrumbs'>
Browse » <a expr:href='data:blog.homepageUrl'>Home</a> »
<b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a>
<b:if cond='data:label.isLast != "true"'> , </b:if>
</b:loop>
</b:if> » <data:post.title/> <a href="http://blogpostat.blogspot.com/" target="_blank" >Grab This Widget (Breadcrump)</a>
</div>
</b:if>
</b:if>
0 comments:
Post a Comment