Wednesday, August 18, 2010

Display subscription option box below the posts

Email Subscription option provides all updates or new posts directly to email inbox of the user,it is common to see this subscription box in the header or sidebar of any blog but if you want to display subscription box below your each post in order to get more subscribers just go through some of the following steps:-
1.Log in to your dashboard-edit html-check mark expand widget template and search for <data:post.body/>  or 

[..click on image to enlarge..]
and below this paste the following piece of code,



<div style='text-align: center;'>
<b:if cond='data:blog.pageType == "item"'>
  
here enter form code of email subscription box provided by like Google feed burner

</b:if>
</div>

if you haven't activated email subscription option for your blog just follow this link




[text-align: center this line makes your subscription box aline to center of the page and   

<b:if cond='data:blog.pageType == "item"'>  





</b:if> makes it open at full post view
]
 click on save and you will see your subscription box below all of your blogger posts.
[..click on image to enlarge..]





SUBSCRIBE FOR UPDATES
Don't forget to check out our Homepage and follow us on Twitter
Join our Facebook group and Fan page

Labels: