Best Money Making Ideas ( Best ideas to Make Money Online & Build Your Online Business )

Coming Soon : Earn Money With ClickBank and MaxBounty, Plus Some Other Ideas ….. Please Subscribe With Us and Get All The Updates .... Thank You.

Wednesday, 18 January 2017

Breadcrumbs Start Code



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 == &quot;item&quot;'>
<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'> &#187;
                    <a expr:href='data:label.url' rel='tag'><data:label.name/></a>
                </b:if>
            </b:loop>
            <b:else/>
            &#187; Unlabelled
            </b:if>
            &#187; <span><data:post.title/></span>
        </b:loop>
        </span>
    </p>
</b:if>
<b:if cond='data:Blog.pageType == &quot;static_page&quot;'>
<p class='breadcrumbs'>
  <a expr:href='data:Blog.homepageUrl'>Home</a> &#187; <data:Blog.pageName/>
</p>
</b:if>
<b:if cond='data:Blog.pageType == &quot;archive&quot;'>
    <p class='breadcrumbs'>
      <a expr:href='data:Blog.homepageUrl'>Home</a> &#187; <data:Blog.pageName/>
    </p>
</b:if>
<b:if cond='data:Blog.searchLabel'>
    <p class='breadcrumbs'>
      <a expr:href='data:Blog.homepageUrl'>Home</a> &#187; <data:Blog.pageName/>
    </p>
</b:if>
<!--breadcrumbs end-->


--------------------------------( DO NOT Copy This Line )------------------------


Share:

0 comments:

Post a Comment

 

....................