Adding ads after the first post in Blogger is quite simple, just follow these few steps:
Log in to Blogger ~> Go to Template ~> Edit HTML
Find the tag
<b:include data='post' name='post'/>
Next, insert this code immediately below the tag
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:post.isFirstPost'>
Place ads here
</b:if>
</b:if>
Finally save the template and visit the blog to see the results :)
Post a Comment
Post a Comment