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
0 comments: