Wednesday, January 4, 2012

Blog - how to delete "Subsribe to Atom" at the bottom of your blog

Subscribe to: Post (Atom) is one of the feature that is made by blogger, so that the other visitor can see other comments . But not all the blogger like that feature, because FeedBurner.Com have a lot of benefit. The blogger also can earn money from the visitor review by connecting with Google AdSense for feedback.


I'll show you how to delete that feature:
 
1.    Login into your blogspot --> choose Design --> choose Edit HTML. Scroll down and  check the box Expand Template Widget.

2.    Find this code (Ctrl+F) from your browser:
     <b:include data='feedLinks' name='feedLinksBody'/>

3.    Delete that code

4.    Find this code (Ctrl+F) from your browser:
     <div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>

5.    Delete that code and you are done

1.              

No comments:

Post a Comment