add any code above or below post body in blogger.

 

 It is a simple tutorial to explain how to add any code inside posts in blogger template. And this post will help you to add  code Below Post title or After Post. In my opinion the best place for code is after post header. It surely increases look. And I prefer to add google ads after post header aligning left side. You may be using a custom Blogger template or may be using a regular blogger template.
---------------------------------------------
Go to Template section in blogger dashboard and navigate to edit html. After that check the expand widgets option search for the below code
<b:if cond=’data:blog.pageType == &quot;item&quot;’><data:post.body/></b:if>
If you find the above code you just paste parsed code just before or if you want it below post body
add it after the below code.
<data:post.body/>
Then code will show only in post pages after post header. To put code after posts you should add parsed code after

Adding code to Simple Blogger Template

In this kind of blogger templates where custom read more options are not available. So you need to search for <data:post.body/> or <p><data:post.body/></p>
And change parsed code
<b:if cond=’data:blog.pageType == &quot;item&quot;’>
parsed code
</b:if>
Replace parsed code with your code
Paste the above code before or after <p><data:post.body/></p> to make it on above post or after post.
--------------------------------------------------------------------------------------------------------------------- 
be vigilant and careful while doin html / javascript duties
coz it may lead to info leaks or slowing down or unworkability.
also check out google blogger terms and conditions.
---------------------------------------------------------------------------------------------------------------------

no video for this stuff.


Latest posts.