Blogger "Post Ads Below Tilte Of Post"
Step1:-Log in to your Blog account-Go to "Layout"- Click on "Edit" of Blog Posts

You will see the following Window opened - Check "Show ads Between Posts"

Step2:-Save your changes
Step3:-Go to "Layout"--'Edit HTML" (be sure to back up template)---Check "Expand Widgets"
Step4:-Click "ctrl+f" Search for the following code and cut it and save it to note pad.
<b:if cond='data:post.includeAd'> <b:if cond='data:post.isFirstPost'> <data:defaultAdEnd/> <b:else/> <data:adEnd/> </b:if> <div class='inline-ad'> <data:adCode/> </div> <data:adStart/> </b:if>
Step5:-Search for the code <data:post.body/>
and paste the above code just before to it.
Your code should look like the following after editing.

Step6:-Save your Template. Now your Blog starts showing Adsense below to your title of post like the following imge.

Congratulations You have successfully added Adsense below to your posts Title.
Note :- If you want increase your Adsense revenue by user clicks then follow the procedure below after completing above task.
Step1:-Go to "Layout"--Click on "Edit" of Blog Posts--Configure your Adsense as following image.

You can also configure with custom colors..just copy and paste the color codes of your choice in the color text boxes.
DEMO

Tags for this Post:-Show ads below post Title, Adsense below post Title, Increase adsense revenue, Top seo tips to increase adsense revenue.
Method2:-
<a expr:href='data:post.url'><data:post.title/></a>
your adsense code here
<b:else/>
<data:post.title/>
In some templates you will get an error of "b loop is not closed", In that case follow the second method of posting ads below your title.
Step1:-Search for the following code
<a expr:href='data:post.url'><data:post.title/></a>
Paste the The following code Below it.
<b:if cond='data:post.includeAd'>
<b:if cond='data:post.isFirstPost'>
<data:defaultAdEnd/>
<b:else/>
<data:adEnd/>
</b:if>
<div class='inline-ad'>
<data:adCode/>
</div>
<data:adStart/>
</b:if>
Demo of Code:-
<a expr:href='data:post.url'><data:post.title/></a>
<b:if cond='data:post.includeAd'>
<b:if cond='data:post.isFirstPost'>
<data:defaultAdEnd/>
<b:else/>
<data:adEnd/>
</b:if>
<div class='inline-ad'>
<data:adCode/>
</div>
<data:adStart/>
</b:if>
<b:else/>
<data:post.title/>
Method3:-
Search for "<div class='post-body entry-content'>"
Paste the following code below it.
<b:if cond='data:post.includeAd'>
<b:if cond='data:post.isFirstPost'>
<data:defaultAdEnd/>
<b:else/>
<data:adEnd/>
</b:if>
<div class='inline-ad'>
<data:adCode/>
</div>
<data:adStart/>
</b:if>
Tags:
0 comments:
Post a Comment