- Go to dashboard --> template --> edit HTML
- Click the 'Expand Widgets Templates' box
- Find the following text:
<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>
Now remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>This should have removed the Posts (Atom) at the bottom of your page. Remember to back up your template just in case anything ever goes wrong so that you can recover your blog.