1.Signal in to your blogger dashboard>structure>Edit html
Test the field subsequent to ‘Develop Widget Templates’
2.Scroll down the window until you see this code
<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if>
3.Substitute that code in the template with the under code
<b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>
4.Once more,scroll down the template and discover out data-post physique tag and paste the under code simply above that code{this may present advertisements above the publish physique.If you need advertisements to indicate under the publish,paste the code under that tag.
Right here is the code to stick:-
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>
That is it!
How one can place adsense advertisements between Weblog posts:
1.Signal in to your blogger dashboard>click on on the structure hyperlink
2.Click on on the Edit hyperlink in the “Weblog Posts’ column
…………..a pop up window opens……….
3.Test the field subsequent to ‘Present advertisements between Posts’
subsequent,configure the advertisements,select the format,colors,and so on and SAVE THE CHANGES.
That is it! Now your adsense advertisements will present between weblog posts.