How To Add Subscribe Link Below Each Post

Posted by Lasantha Bandara on May 28th, 2009 File Under : change template, html, post2 Comments


1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see ]]> tag.

4.Now add below code before ]]> tag.

.footerfeedbox {
background-color: #ffff66;
width: 90%;
margin: 10px 14px 20px 14px;
padding: 4px;
border: 1px solid #dddddd;
text-align: center;
}

5.Now Scroll down to where you see this:

<div class='post-footer'>

6.Now Add below code immediately after the above line :

<div align='center'><div class='footerfeedbox'>
<a href="YOUR BLOG FEEDBURNER ADDRESS" title="Subscribe to my feed" rel="alternate" type="application/rss+xml">
<img src='LINK TO FEEDBURNER ICON' alt="" style="border:0" />Like this article? Subscribe to the RSS feed!</a></div></div>

NOTE : Remember to replace YOUR BLOG FEEDBURNER ADDRESS and LINK TO FEEDBURNER ICON with your real details.

7.Now save your template and you are done.

File Under : change template, html, post

2 Responses to “How To Add Subscribe Link Below Each Post”

  1. Emecopaul Blogging Tips says:

    Thanks fro the information...

  2. Fery says:

    Nice info..

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.