Friday, March 6, 2009

Deleting Text How to Subscribe

Sometimes, when we finished reading a blog, under article, found link: subscribe to: Post Atom. Link function to make readers can subscribe to the blog articles via Atom Feed. But, there are bloggers that are less happy with the link. Therefore, I will explain how to remove this link.


  1. Log in to Blogger.
  2. Go to Layout.
  3. Go to Edit HTML.
  4. Before editing, i suggest you to backup your template. Click on Download Full Template.
  5. Mark on Expand Template Widget.
  6. Search code like below. Then delete it.


    <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>


  7. Save your template.
  8. Finished.



See the results. Links that have been deleted. Ok, I hope this is useful for those of you who read it.

0 comments:

Post a Comment