How to Remove "Subscribe to" from Blogger Blog

In this post, I'll show you how to remove  the "Subscribe to: Posts(Atom)" link from your blogger blog. Removing this link could improve the overall look of your blog.

You'll find this on every page of your blog. The homepage and post pages have this "Subscribe to: Posts(Atom)" link placed just above the footer, while there is another link "Subscribe to: Post Comments(Atom)" for comments just under the comments widget.

It often makes the blog look ugly (I doubt you disagree) and an unnecessary addition to your already crowded blog (if I'm right). So how do you get rid of it?

 

Steps to remove Subscribe to from Blogger:


1. Go to Blogger Dashboard -> Template -> Edit HTML -> Click on Proceed.

2. Select the Expand Widget Templates checkbox.

3. Find the following code using CTRL+F and delete it
<b:include name='feedLinks'/>

HTML editor subscribeto

4. Save Your template.

OR

You can simply hide it by following this step:

1. Copy and Paste the below code just above  ]]></b:skin>

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

2. Save the template. That's it!!