Put Label Widget below post Title In Blogger

Put Label Widget below post title in blogger

Label list  are generally used for visitors eye catch easily so placing label just below the post title in blogger will help your blog visitor to see and read related articles.

This Tutorial help you to place label widget below the post title.

Do below step for placing labels below post title in blogger

  • Open blogger.com
  • Login with your username and password
  • Go to Templates
  • Click on Edit HTML
  • Find the code
<div class='post-footer-line post-footer-line-2'>

you will find code 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>

Copy and replace the code at Find <div class='post-header'>.
Paste which you copy above code below above line
click on save templates

done.........