Wednesday 26 December 2012

How to Remove Subscribe to Posts(Atom) Link From Blogger Blogs

How to Remove Subscribe to Posts(Atom) Link From Blogger Blogs
Hello My Friends! Remove “Subscribe to: Posts(Atom)” Link From Blogger. You can locate this links bellow every post or page, near to page navigation.

In every post page there is a link like “Subscribe to: Post Comments(Atom)”

In every page other then post page it may be like “Subscribe to: Post (Atom)”

HOW TO HIDE THIS LINKS?


1. Go to Blogger Dashboard > Design tab > Edit HTML tab
2. Check  Expand Widget Templates checkbox
3. Then serach for the following line of code and remove it.
<b:include name='feedLinks'/>
4. Finally Save Your template.


 HOW TO HIDE THIS LINKS BY CSS?


There is another way to hide this links By CSS

You just copy the below code and paste it before ]]></b:skin> tag
.blog-feeds{display:none !important;}
Now all is done.

No comments: