twitter
    Find out what I'm doing, Follow Me :)

Changing the word ' Labels '

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


<data:postLabelsLabel/> , This line stands for the word 'Labels'. Change this word to any thing you like to

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

0 comments:

Post a Comment