In my Last post we know about how can we give Blog to web site look and the next steps of my new post you will see again one other Template Hack about Remove Post Comments (Atom), For Web site look also we have to remove this link Now see How we Remove Post Comments (Atom).
Layout>Edit HTML>Expand Widget Templates
Clrl + F (and Search any Part of given code below)
After finish your Search delete given below Line.
<b:include data='feedLinks' name='feedLinksBody'/>
Save your Template.
Layout>Edit HTML>Expand Widget Templates
Clrl + F (and Search any Part of given code below)
<b:includable id='feedLinks'>
<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>
After finish your Search delete given below Line.
<b:include data='feedLinks' name='feedLinksBody'/>
Save your Template.
