A blog about technology, Internet, social media, blogging tips, seo tips, computer tips and tricks, earning money online, etc.
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
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
Subscribe to:
Post Comments (Atom)
-
HeartATech
Copyright©2012 HeartATech. Articles cannot be reproduced without permission from the author.
Powered by Blogger
thanks :)
ReplyDeletethanks For the easy tutorials, Worked like a charmed. Thank you.
ReplyDeleteI 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?
ReplyDeleteIt works fine for me..Thanks a lot...
ReplyDeletethank you very much..
ReplyDeletethanks for tips...i used it in my blog...http://www.freeseoshop.blogspot.com
ReplyDelete