How To Change the word ' Labels ' in Blogger


You may have seen the name Labels and bunch of labels that you have given to your post , below or above your post.Don't you feel that it is classic and common ? So , what about a name like My Topics , Categories or some thing like that ?





For that ,


1. Edit your template ( How to edit your template )
2. Press 'Ctrl' key and 'F' and Find out

data:postLabelsLabel


Now you will find some code lines similar to



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


This line stands for the word 'Labels'. Change this word to any thing you like to



<data:postLabelsLabel/>

ex-



<span class='post-labels'>
<b:if cond='data:post.labels'>
Topics
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'>


Now follow the Safety Saving Steps.

And save template


How To Change the word ' Labels ' in Blogger How To Change the word ' Labels ' in Blogger Reviewed by Ruchi on August 08, 2019 Rating: 5

No comments:

Powered by Blogger.