Adsense Inside Wordpress Post
I saw some people still don’t know how to add Adsense inside Wordpress Post. Placing Adsense correctly is very important for blogger who willing to get extra income from it. Most popular and known as “hot” zone is inside the post page. But again this is depending on the blogger taste and Adsense TOS.
I have tried some experience with placing the adsense code in this template. Here are some tips for you to try;
1. This will display your Adsense ad on the left of your post
- First Go to Admin Panel
- Go to Appearance
- Than choose Editor
- Find the Single Post (single.php)
- And Place the Adsense code after <div class=”content”>
<div style=”display:block;float:left;margin: 10px 10px 10px 10px;”>
<script><!–
google_ad_client = “pub-XXXXXXXXXXXXXXXX”;
/* big square */
google_ad_slot = “2140455627″;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
</div>
2. This will display your Adsense ad on the right of your post
- First Go to Admin Panel
- Go to Appearance
- Than choose Editor
- Find the Single Post (single.php)
- And Place the Adsense code after <div class=”content”>
<div style=”display:block;float:right;margin: 10px 10px 10px 10px;”>
<script><!–
google_ad_client = “pub-XXXXXXXXXXXXXXXX”;
/* big square */
google_ad_slot = “2140455627″;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
</div>
Those are some tips for you to try to placing the Adsense inside the post. It’s easy to follow those steps for newbie who doesn’t know about PHP or CSS.
Basically the code is here
<div style=”display:block;float:right;margin: 10px 10px 10px 10px;”>
place your adsense code here
</div>
If you don’t want to follow those processes I suggest you to use Adsense Ready Theme/ Template. Or you can use Adsense plugin and install it on your wordpress.
<div style=”display:block;float:right;margin: 10px 10px 10px 10px;”>
<script type=”text/javascript”><!–
google_ad_client = “pub-7579016288309759″;
/* big square */
google_ad_slot = “2140455627″;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
</div>

I don’t usually reply to posts but I will in this case, great info…I will add a backlink and bookmark your site. Keep up the good work!