Subscribe For Free Updates!

We'll not spam mate!!!

Showing posts with label subscribe by atom. Show all posts
Showing posts with label subscribe by atom. Show all posts

Remove Suscribe by atom form your blog template

Everyone of us want to make our blog look as if we designed it ourselves,
we want to give our blog a premium look.How we can make it different
form the default blog provided by blogger.So here I am to explain about 
removing "Subscribe by (Atom)" part from your blog template.
For this you just need to remove and add some codes.

1. Go to Template option >> Edit HTML

2. Search for this code:
    <b:include data='feedLinks' name='feedLinksBody'/>

3. Either you delete the code or you can just do like this 
    <<!--   <b:include data='feedLinks' name='feedLinksBody'/>  -->>
    This will help you to restore the code if you want it back.

4. Again search this code ]]></b:skin>

5. Now just before/above this code ]]></b:skin> insert this code
   .feed-links { display:none !important; }

6. Click on Save Template.

                               ALL DONE ENJOY !!!