How To : Add Adsense In Wordpress Blogs
Adsense is the most preferred CPC advertising system, If you started out with Wordpress adding adsense code into wordpress can be a bit confusing.Follow these steps to implement adsense in your wordpress blogs.
- Obtain your Adsense code from your Adsense Account.
- Log into your wordpress blog,
Click Design Tab,
Then Click the Theme Editor,
Click Single Post (single.php) on the right hand side from the Theme Files - If you want the ad below the title of the post,
Find this code <div class="postContent"> and place the adsense code right above it.
- If you want the Adsense ad after the post you have to place the adsense code after the first </div> of the <div class="postContent">
Wrapping Adsense Around Text
You can also wrap adsense around the text in the single-post pages.To wrap adsense around the text follow these steps
To wrap the text to right of the ad, add your adsense code in between these lines
<div style="display:block;float:left;margin: 0px 10px 0px 0px;">
Your Adsense add script
</div>
- To wrap the text to the left of the ad, add your adsense code in between these lines.
<div style="display:block;float:right;margin: 0px 10px 0px 0px;’>
Your Adsense add script
</div>
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Want automatic updates? Subscribe to our RSS feed or Get Updates From Tech Yard by Email






Tuesday, July 15th, 2008 at 10:31 am
Use a text-widget for sidebars. If you want it to come above a single post make sure you put it about the while loop in single.php.
Tuesday, July 15th, 2008 at 6:32 pm
@Prathik Rajendran: Thanks for the comments and your suggestions.
Sunday, July 27th, 2008 at 7:58 am
This is what I am looking for…
I’ve tried to wrap ads and find this site
Very useful info…
Great post