1. Find the <head> tag in your blogger template and place
latest jquery just below it. Please avoid to use two jquery links,
remove older one and use the new version.
2. Second look for this code <data:post.body/> inside Blogger theme and replace it with the following code –
New Blogger template may have 2 or 3 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" ></script>
<div id="PostBody"> <data:post.body/> </div> <div id="AdCode"> <div style='margin:5px 0;text-align:center;clear:both;'> <!-- Ad Unit Code Here --> </div> </div>
<b:if cond='data:blog.pageType == "item"'> <script> $AdCode = $("#AdCode").html(); $("#PostBody br:lt(1)").replaceWith($AdCode); $("#AdCode").remove(); </script> </b:if>