If you are a blogger user you might be using the label feature in the blog post. You can you those labels to create cloud tags, categories or breadcrumbs. If you add some customization to those labels they are of great use to the readers. You can add an RSS subscription link to each labels you use in your blog post so that the reader can subscribe to those labels in a RSS reader. This will be helpful to increase your blog readership. Adding an RSS link to each label is damn easy. Just follow the steps below:1. Login to your Blogger account > Dashboard > Design > Edit HTML > Tick the Expand Widget
2. Search for
<li>
<b:if cond=’data:blog.url == data:label.url’>
<span expr:dir=’data:blog.languageDirection’><data:label.name/></span>
<b:else/>
<a expr:dir=’data:blog.languageDirection’ expr:href=’data:label.url’><data:label.name/></a>
</b:if>
<span dir=’ltr’/>
</li>
</b:loop>
3. And replace the whole code with the below one:
<b:if cond=’data:blog.url == data:label.url’>
<span expr:dir=’data:blog.languageDirection’><data:label.name/></span>
<b:else/>
<a expr:dir=’data:blog.languageDirection’ expr:href=’data:label.url’><data:label.name/></a>
</b:if>
<span dir=’ltr’/>
</div>
</b:loop>
4. And Save the Template.
5. Now go to > Dashboard > Design > Page Elements
If you are already using the labels as cloud tag then remove that widget and add a new label widget again.
6. Keep the settings of the widget as shown below and save the widget. That’s it you’re done.
7. You can change the icon look by changing the link in green color in the code by following image link:
You can get more RSS icons by searching google images for “RSS” of sizes 16×16.






{ 0 comments… add one now }