Remove Subscribe to Posts (atom) From Blogger

Subscribe to posts (atom) : 
"Subscribe to posts (atom)" is a subscription link that can be useful for your blog visitors to subscribe to your blog posts' atom feeds. By default, the "Subscribe to: Posts (atom)" link will appear below your Blogger blog posts. This link will appear just below all your blog posts. However, if you don't want this link to appear on your Blogger blog, you can hide or delete it.

It is better to remove/hide the "Subscribe to: Posts (atom)" link and add a customizable "Subscribe to Blog" widget to your Blogger blog. Nowadays, many people are switching to RSS feeds. To switch to RSS feeds, first, hide or remove the default "Subscribe to: Posts (atom)" link from your Blogger blog and add RSS feeds to your Blogger.

How To Remove Subscribe to Posts (atom) Link from Blogger Blog:

We can hide or permanently delete the "subscribe to posts (atom)" link on your Blogger blog in two ways. The first method is to delete the "subscribe to posts (atom)" link code from your Blogger template, and the second method is to add custom CSS code to hide the "subscribe to posts (atom)" link on your blog.

Follow below steps to remove Subscribe to Posts (atom) link from your Blogger

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML and tick expand widget template box

Step 4 : Search below code

<b:include name='feedLinks'/>

and delete above line

Step 5 : Click on Save template.

Now, the 'subscribe to posts (atom)' link is no longer visible on your Blogger blog. You can also hide the "Subscribe to Posts (Atom)" link by adding a simple CSS code to your Blogger template.

Follow below steps to hide "Subscribe to posts (atom)" link in Blogger : 

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template and Click on Customise button

Step3 :  Click on Advanced tab

Step 4 : Click on Add CSS tab

          Add below code in the Add CSS code box

            .feed-links {
            display:none !important;
            }

Step 5 : Click on Apply to blog.

Now, the 'Subscribe to Posts (Atom)' link will not appear on your Blogger. You can use any method to remove/hide the 'Subscribe to Posts (Atom)' link on your Blogger.

No comments:

Post a Comment