There are many bloggers who are using Dotcom with blogger account and they want to give there blogs a pure professonel look ,so that no one can catch that he/she is operating under blogger.com , for this they are implementing many hacks to change there template look ,and the below mention
hack is also one among them in which you can remove Post(atom) Link from Hompage Footer without disabling yours feed, there are two Methods to perform this hack
Method One- Go to Settings >>>Site Feed >>> Click Advanced Mode >>> And Convert Blog post Feed from Full to None doing this will remove Post (atom)Link From Footer you can also remove Comment (atom) Link in the same way ,But one disadvantage of that is you readers will not recieve any updates if you convert Blog post Feed from Full to None,if you dont care about yours readers then you can use this Method but if you cares about yours readers and also want to remove Post(Atom)Link then you can use Second method
Method Two - If you use this method then you have to do this through template Html though it is a bit hard but i know you can do it
Use Ctrl+F To Find Codes in Html
1. Go to Dashboard>> Template>>Edit HTML
2. Click the ‘Expand Widgets Templates‘ box
3. Find:
<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data=’feedLinks’ name=’feedLinksBody’/>
</div>
</b:if>
4. Remove:
<b:include data='feedLinks' name='feedLinksBody'/>
That should remove Posts (Atom).
- Remove Blogger Newer or Older Post Links From Blogspot
- Blogger Archive Hacks -Show Blog Post Headers In Archive
- Adding Or Embedding Comment Box Below Blogger Post
- Blogger Hacks -How To Add Digg Buttom To Blog Post
- Move Blogger Inline Ads Between Posts to Inside Within Post Position
3 Responses to “Remove Post (Atom) Link From Blogger”
Please Wait



Superb Guide~ Thanks for Your guide,Managed to Remove post atom link
Thanks. It worked!!!
thanks buddy. It works great.