How to Convert Blogger Labels into Categories?

Sometimes webmasters don�t want to show Lebels word on their blog/website and search for changing methods online. Here in this article we make you educate �How to Convert Blogger Labels into Categories?� with simple technique.

Webmasters don�t need to work hard for replacing Lable word with Category word on Blogger template. Let�s begin tutorials for changing label name to categories.

Sign into your blogger account
Select on �Template� link tab
Click on �EDIT HTML� link tab
Now search for tag
<data:postLabelsLabel/>

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


Code Customization:

  • Change <data:postLabelsLabel/> with word �Categories�
Now �Save Template� and preview experiment

Browse More Related Posts


That�s it done

Related Posts