Breadcrumbs
Breadcrumbs
Start Code
First highlight the
code between the lines ( in full as a whole ) using your mouse, then :
To Copy the code using your
keyboard use : Ctrl + C
and to paste it anywhere use
Ctrl + V
Or use your mouse ( right click
option ) if it does allow you to copy and paste.
Copy the code between the lines only
as it is ( DO NOT Copy The Lines )
--------------------------------(
DO NOT Copy This Line )------------------------
<!--breadcrumbs
start-->
<b:if cond='data:Blog.pageType ==
"item"'>
<p class='breadcrumbs'>
<span class='post-labels'>
<a expr:href='data:Blog.homepageUrl' rel='tag'>Home</a>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast == true'> »
<a
expr:href='data:label.url' rel='tag'><data:label.name/></a>
</b:if>
</b:loop>
<b:else/>
» Unlabelled
</b:if>
» <span><data:post.title/></span>
</b:loop>
</span>
</p>
</b:if>
<b:if cond='data:Blog.pageType ==
"static_page"'>
<p class='breadcrumbs'>
<a
expr:href='data:Blog.homepageUrl'>Home</a> » <data:Blog.pageName/>
</p>
</b:if>
<b:if cond='data:Blog.pageType ==
"archive"'>
<p
class='breadcrumbs'>
<a expr:href='data:Blog.homepageUrl'>Home</a> »
<data:Blog.pageName/>
</p>
</b:if>
<b:if cond='data:Blog.searchLabel'>
<p
class='breadcrumbs'>
<a expr:href='data:Blog.homepageUrl'>Home</a> »
<data:Blog.pageName/>
</p>
</b:if>
<!--breadcrumbs
end-->
--------------------------------(
DO NOT Copy This Line )------------------------
0 comments:
Post a Comment