Placing Labels Under Post Title In Blogger

Labels or Categories list related articles or posts. Visitors eyes gonna catch easily to your Labels link if you place your blogs Labels link just below your post title. So by placing Labels just below the post title will help your blog visitors to see and read related articles. 



This Tutorial will help you to place the Labels just below your post title


Steps To Follow For Placing Labels Under Post Title In Blogger:-->


1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Check Expand Template.

4--> Ctrl + F and find <div class='post-footer-line post-footer-line-2'>


You will find codes like given below:


<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
        <b:if cond='data:post.labels'>
          <data:postLabelsLabel/>
          <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>
      </span> </div>


5--> Cut and Paste these codes under the script <div class='post-header'>.


6--> Save The Template and finish.



No comments:

Post a Comment