How to delete subscribe to post atom from blogger

   In most of the Blogger themes, there is link named "Subscribe to: Post(Atom)". This will help the visitors to Subscribe the feeds of Atom.
   Some of the Bloggers not interested to show this link, Follow the steps below to Remove the link.

Step 1: Go to Blogger Dashboard >> Theme tab >> Edit HTML tab.

Step 2: Search the following piece of code by using Ctrl+F.


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

           The code will look like below:


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


Step 3: Then  remove the below line of code and Save Theme. 


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

Now you have successfully deleted the "Subscribe to Post Atom" from Blogger.

Previous
Next Post »
Related Posts Plugin for WordPress, Blogger...