Tuesday, May 21, 2013

How To Remove “SUBSCRIBE TO: POSTS(ATOM)” Link From Blogger

Hi 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)”


Here is a Screen-shot for You

HOW TO REMOVE THIS LINKS?
Go to Blogger Dashboard > Design tab > Edit HTML tab
Check Expand Widget Templates checkbox
Then serach for the following line of code and remove it.
<b:include name='feedLinks'/>
Finally Save Your template.

HOW TO HIDE THIS LINKS ?
You just copy the below code and paste it before ]]></b:skin> tag
.blog-feeds{display:none !important;}


0 comments:

Post a Comment