In many Blogger templates there is a "subscribe to: Posts (Atom)" link, so that the blog visitors can subscribe to the Atom feeds. Considering the fact that many readers use RSS for their blog feeds, many of you could find this link pretty useless. Moreover it occupies space at the bottom of the template and it doesn't look nice at all. In this case you might want to remove it.
How to remove subscribe to: Posts (Atom) link?
Step 1. Go to Blogger's Dashboard > Template > Edit HTML
Step 2. Click the 'Expand Widgets Templates' box
<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
Now, Remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>That should remove Posts (Atom).
Please let me know if you face any problems! You may also comment us if you need any customization as per your needs.
The Post Atom Feed was really irritating and was a big headache for me....Thanks for the tricks!!!
ReplyDelete