Remove - Subscribe to: Posts (Atom) from Blogger

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 your Dashboard Template Edit HTML



 
Step 2 . Click anywhere inside the code area, then press the CTRL + F keys to open Blogger' search box
 

Step 3.Find (CTRL + F) this line:

 <b:include data='feedLinks' name='feedLinksBody'/>

Step 4. Remove it and click on the Save Template button to save the changes. That's it!

This should remove subscribe to: posts (atom) link.
  

Remove - Subscribe to: Posts (Atom) Blog U Creative Blogging

 Remove - Subscribe to: Posts (Atom)



Hi annie,I was just just wondering if there is a code on how to remove the feed link at the bottom of a post, the one which says Post (Atom). Without affecting anything.


    Go to dashboard/ template/ edit HTML
    Click the 'Expand Widgets Templates' box
    Find:


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



Remove this line:

    <b:include data='feedLinks' name='feedLinksBody'/>

That should remove Posts (Atom).

RAJESH SITAPARA