f How to Add Google type Stylish Breadcrumbs to Blogger Blog ~ Blogging Advices
Join! Over 1000 Blogger Tips and Tricks

We'll not spam mate! We promise.

Saturday, 8 November 2014

How to Add Google type Stylish Breadcrumbs to Blogger Blog

google type breadcrumbs for blogger


BreadCrumbs it is just  like a Home link followed by the category belongs and then the current location/current post.. In Blogger, the breadcrumbs are the way to realize the category of an article/post. 
And now im going to Share with you how to add Breadcrumbs navigator for blogger Just follow easy steps






  • First Sign-in on blogger Dashboard
  • Go to Template -> Edit HTML
  • Step 1: Find (ctrl+F) the following code

<b:include data='top' name='status-message'/>
  • copy the following code after it 
<b:include data='posts' name='breadcrumb'/>
  • Find the following code

<b:includable id='main' var='top'>
  • copy the following code above it


<b:includable id='breadcrumb' var='posts'>
                                <b:if cond='data:blog.homepageUrl == data:blog.url'>
                            <!-- No breadcrumb on home page -->
                     <b:else/>
          <b:if cond='data:blog.pageType == &quot;item&quot;'><!-- breadcrumb for the post page --><a href="http://www.netoopsblog.blogspot.com"></a><p class='breadcrumbs'> <span class='post-navigation'><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 == &quot;true&quot;'>
                                                
                                                <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:else/>
                                    <b:if cond='data:blog.pageType == &quot;archive&quot;'>
                                      <!-- breadcrumb for the label archive page and search pages.. -->
                                      <p class='breadcrumbs'>
                                        <span class='post-labels post-navigation'>
                                          <a expr:href='data:blog.homepageUrl'>
                                            Home
                                          </a>
                                           Archives for 
                                          <data:blog.pageName/>
                                        </span>
                                      </p>
                                      <b:else/>
                                      <b:if cond='data:blog.pageType == &quot;index&quot;'>
                                        <p class='breadcrumbs'>
                                          <span class='post-labels post-navigation'>
                                            <b:if cond='data:blog.pageName == &quot;&quot;'>
                                              <a expr:href='data:blog.homepageUrl'>
                                                Home
                                              </a>
                                               All posts
                                              <b:else/>
                                              <a expr:href='data:blog.homepageUrl'>
                                                Home
                                              </a>
                                               <span>Posts filed under 
                                                 <data:blog.pageName/></span>
                                            </b:if>
                                          </span>
                                        </p>
                                      </b:if>
                                    </b:if>
                                </b:if>
                          </b:if>
        </b:includable>
  • Find ]]></b:skin> and Copy the following css code above it


Google Type




Wood Type


   .breadcrumbs {
    margin: 0px 0px 15px 0px;
    font-size:95%;
    }
    .post-navigation > a {
        background: url("http://i.imgur.com/qJ9sJ2N.jpg") no-repeat scroll 0 0 transparent;
        border: 1px solid #C76A29;
        border-radius: 7px 7px 7px 7px;
        color: #FFFFFF;
        padding: 4px 23px;
        position: relative;
        text-decoration: none;
        text-shadow: 1px 1px 2px #000000;
        transition: all 0.2s ease 0s;
    }
    .post-navigation > span {
        padding-left: 14px;

    }

Blue Type



.breadcrumbs {
    margin: 0px 0px 15px 0px;
    font-size:95%;
    }.post-navigation > a
 {
    backgroundurl("http://i.imgur.com/KbrSuUv.jpg") repeat scroll 0 0 transparent;
    border1px solid #016DB5;
    border-radius8px 8px 8px 8px;
    color#FFFFFF;
    padding4px 26px;
    positionrelative;
    text-decorationnone;
    transitionall 0.2s ease 0s;



social button and email subscription for blogger




Like Our Post ? Please share
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 (mga) komento:

Post a Comment

Share Post