Header Ads Widget

Ticker

6/recent/ticker-posts

How To Remove Subscribe To Posts(Atom) Link From Blogger Blog


  1.  Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. 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'/>

 Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.

Post a Comment

0 Comments