With this BlogSpot tutorial we will describe How to Hide or Remove Subscribe to Posts Atom from Blogger Blog with some simple and easy steps. Peoples can subscribe to your Atom feeds by
using Atom links in your blog. Except, if you have already burned your feeds
using feed burner or other services, you can remove Atom links from your
Blogger blog.
There are two types
of Atom links are available In Blogger templates.
1. Subscribe to: Posts (Atom): You can see the link on
the homepage and other pages.
http://yourblogname.blogspot.com/feeds/posts/default
2. Subscribe to: Post Comments (Atom): You can see the
link on post pages in Blogger.
http://yourblogname.blogspot.com/postID/comments/default
I highly recommend you to take a backup of your Blogger
template before doing any changes. Let's get started.
Steps to Hide Atom
Links in Blogger
Note: Always take a backup of your blogger template
before any change.
Now follow the below steps.
1. Log in and
select the blog
2.Go to Template
>> Customize >> Advanced> > Add CSS
3. Now, copy and
paste the below CSS code
.feed-links {display:none !important;}
4. Click on
"Apply to blog" button for save.
Now, both Atom links have hid from your blogger blog.
If you want both atom links come into view back, clear
the above CSS code from add CSS section and click on "Apply to blog"
button.
Steps to Permanently
Remove Atom Links from Blogger Template.
Now follow the below steps
1. Go to
Template and click on Edit HTML
2. Search for
the following code lines.
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url'
expr:type='data:f.mimeType' target='_blank'><data:f.name/>
(<data:f.feedType/>)</a>
</b:loop>
</div>
One time you find these lines, delete all those lines
from your template and Save template.
Steps to Permanently
Remove Subscribe to: Posts (Atom) Link
Now follow the below steps:
Go to Template >> Edit HTML
Search for this line.
<b:include data=’feedLinks’
name=’feedLinksBody’/>
One time you find these lines, delete this line from your
template and save template.
Steps to
Permanently Remove Subscribe to: Post Comments (Atom) Link
Now follow the below steps:
Go to Template >> Edit HTML
Search for this below line.
<b:include data=’post.feedLinks’
name=’feedLinksBody’/>
Once you find these lines, delete this line from your
template and save template.
That’s it. Watch below video for more:
That’s it. Watch below video for more: