In this tutorial we are going to explain how to add any widget/gadget below first post in blogger Homepage.This widget is very unique and its very good for display Adsense Ads,Affiliate Advertisment,image,flash file etc. or anything you want to show below first post.Remember this will not visible to below other posts.Visible only First post related to label/categories and first recent post on Homepage.
how to add widget or Adsense Ads below first post in blogger
installation steps
1. First go to your blogger account and then go to template and after that click on edit template.2. Click anywhere inside your code area and find <b:include data='post' name='post'/> using ctrl+f keys.
3. Now add the following code just below <b:include data='post' name='post'/>.
<b:if cond='data:post.isFirstPost'>4. Now Save your Template..Done !!
<div align="center" style="margin:10px auto;">
ADD YOUR CODE HERE/ADSENSE/WIDGET/ANYTHING
</div>
</b:if>