How To Remove 'Subscribe to: Posts (Atom)' Link From Blogger

If you notice carefully there is a link 'Subscribe to: Posts (Atom)' on every pages of blogger below your posts.


If you dont want it to show up in your blog then follow the following steps given below.


Steps To Remove 'Subscribe to: Posts (Atom)' Link From Blogger


1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Check Expand Template.


4--> Ctrl + F and search for the following line of code and remove it.

                    <b:include name='feedLinks'/>


5--> Finally Save Your template. This is it.


There is another method to do so by using CSS




Steps To Remove 'Subscribe to: Posts (Atom)' Link From Blogger By Using CSS


1--> Login to your Blogger Account.

2--> Go to Blogger Admin Page > Template > Click on Edit HTML.

3--> Check Expand Template.


4--> Ctrl + F and search ]]></b:skin>

5--> You just copy the below code and paste it before ]]></b:skin> tag

                 .blog-feeds{display:none !important;}


6--> Save Your template

6 comments:

  1. thanks For the easy tutorials, Worked like a charmed. Thank you.

    ReplyDelete
  2. I can't find the code in my blogs HTML. I've searched all over the internet, but I can't find the solution. Can anyone help?

    ReplyDelete
  3. It works fine for me..Thanks a lot...

    ReplyDelete
  4. thanks for tips...i used it in my blog...http://www.freeseoshop.blogspot.com

    ReplyDelete