Log in to your dashboard--> layout- -> Edit HTML
Click on "Expand Widget Templates"
Scroll down to where you see ]]> tag.
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;
}
Now Scroll down to where you see this:
<div class='post-footer'>
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.
0 comments:
Post a Comment