How to removing/hide teks:"Subscribe to: Posts (Atom)"on blogspot

Removing/hide the teks:"Subscribe to: Posts (Atom)" because according to most people is very rarely used. You are interested to participate in eliminating the post?

Given its function as a pathway to subscribe, my suggestion before deleting should subscribe using FeedBurner service.

Steps to removing/hide the teks:"Subscribe to: Posts (Atom)" is follow:

1. Login your blogger account,click Layout >> Edit HTML, and then check/tick the box "Expand Widget template".

2.Find code:


<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>



3.Delete above code and save template.

4.Finish.