HOW TO CHANGE THE NAME "LABELS" BELOW YOUR POST

Posted by Lasantha Bandara File Under : change template, html, labels, post 4 Comments

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:


<p 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>

4.Replace the line <data:postLabelsLabel/>  of above code with your own name,like" CATEGORIES".

5.Click on "Save Templates" and refresh your site.

4 thoughts on “HOW TO CHANGE THE NAME "LABELS" BELOW YOUR POST

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.