Pages

Friday, March 21, 2014

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

Here is some tricks to remove Posts (Atom) link in blogger blogs. In blogger, every post page have a link like “Subscribe to: Post (Atom)” as shown below  
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;}
Please Leave Your Valuable Comments about this post and subscribe to feed for latest Updates!

No comments:

Post a Comment