Sunday, June 19, 2011

Remove Subscribe to: POSTS (ATOM) in Blogger

There is a small Subscribe to POSTS through ATOM link below the Post on your Blogger homepage, it gives an easy access to ur visitors to follow ur blog but sometimes it ruins the looks of ur blogger website so in this
guide I will explain how to remove subscribe to post Atom link.
Subscribe to Posts AtomFollow the below steps to Remove Subscribe to: POSTS (ATOM) .:
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>
4. Remove this line:

<b:include data='feedLinks' name='feedLinksBody'/>
5. That’s it now your Subscribe to: POSTS (ATOM) Link has been removed.

No comments:

Post a Comment