We have been moved to http://www.bloganol.com/

To remove subscribe to : posts(Atom) from your blog First of all goto blogger Dashboard. After that goto blogger Layout Page . Now finally goto edit Html Page , Expand Widget templates and Search for the following lines of code.
<b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

Now replace the above code with the following lines of code.

<b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds' style='display:none;'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

comments

3 Responses to "Remove Subscribe to : Posts (Atom)"
Anonymous said...
January 16, 2009 at 5:27 AM

Sorry but this didn't work


Sidhartha said...
April 27, 2009 at 10:45 PM

Error


Alek Tomanov said...
April 28, 2009 at 7:34 PM

Hey guys what's up no support, please help us find the problem why this is not working at our blogs.


Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!