How to add widget between the post in blogger blog

Here i am going to tell you that how you can add a widget ( like adsense code etc.) ,after the 1st post in the blogger blog.
●First  login into your blogger account.

●Click on the THEME and after that click on EDIT HTML, as given in the image.

●Now click anywhere in the html code area and press CTRL + F, and put the given below code in the search box.,
<b:include data='post' name='post'/> 
●Now Hit the Enter button and paste the given code below searched code,
<b:if cond='data:post.isFirstPost'>
<div align="center" style="margin:10px auto;">
Here Put the code you want to show below the post
</div>
</b:if>
●Put your html code in the described area and save the template.

Popular posts from this blog