Home >Blogger tricks > How To Add Breadcrumb Navigation to your blogger
, you can follow the steps below:
1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Check the Expand Widget Templates box
4. Copy the code below,
.breadcrumbs{padding:5px 5px 5px 0;margin:0;font-size:95%;line-height:1.4em;border-bottom:4px double #cadaef;}5. Find
]]></b:skin>6. Paste the code above .
7. Copy the code below:
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<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/>
</div>
</b:if>
</b:if>
8. find
<div class='post hentry uncustomized-post-template'>9. Past the code above.
10. Save your changes.
NB: change the colored words by your choice
0 comments:
Post a Comment
we are not responsible for users content submissions