Every blogger have noticed 'Subscribe to Post Atom' feed links below posts in blogger. This is added by Blogger to subscription of Blog Feeds direct to your mail box. But most number of users now using RSS for this purpose. So, atom feed links are occupying space on your Blog and not look nice at all look like 19th century creation.
Methods to Hide / Remove Subscribe to Post Atom Link
- Hide Feed Link using CSS
- Remove Code from Template
Method 1: Hide Feed Link using CSS
- Sign in to Blogger
- Go to Template > Edit Html
- Press Ctrl + F to find
]]></b:skin>
- Paste the following code above it
.feed-links{display:none !important;}
Method 2: Remove Code from Template
- Sign in to Blogger
- Go to Template > Edit Html
- Click Expand the Widget Templates
- Press
Ctrl + F
to find following lines
<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 the RED line from template and Save.
Get Latest Updates
0 comments:
Post a Comment
We’re eager to see your comment. However, Please Keep in mind that all comments are moderated manually us according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden.
Regards:
Zaka Ur Rahman