So your blog will look more professional if the count is not displayed. This can happen after writing several articles with the same label and many more, and therefore we want that number does not appear on the label.
Therefore, if you want to eliminate the steps that must be done is:
1: Go to Layout-> Edit HTML and click on "Expand Widget Templates"
2: Find the following code :
<span dir='ltr'>(<data:label.count/>)</span>
(Use Ctrl-F to find the code)
Example :
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'>
<data:label.name/>
</a>
</b:if>
<span dir='ltr'>(<data:label.count/>)</span>
</li></b:loop>
</ul>
3: Delete this code and save the template.
After this change, you can finally write about what you want without worrying too much about the labels!
Also, your blog will look more professional!
0 Comments:
Post a Comment