I am always browsing around online and visiting other blogs on various topics, usually just to see what their sites look like and the kind of content that they offer. One thing I have noticed (that also bothers me) is that people do not put their adsense ads directly into their content.The ads usually sit on top of the content or there ends up being a break in the page with the ad floating around the middle. This is not the way you want to show your ads to your viewers and subscribers. What you want is to have the ads seamlessly integrated into your actual content.
With the ad placed on top, site viewers, the majority of the time, just ignore the ad, scroll past it, and then view the content. If you place the ad so that the content wraps around it, there’s a much higher chance of people actually clicking on the ad. Google did a study with all there infinite data and came up with these hot spots, shown below. Please remember the brighter the color the better, orange is the highest click through rates.
To begin with, you are going to need to add this code to your CSS file.
#adsense-wrap {
float: left;
margin-right: 5px;
}
After you have added the code, go ahead and make the ad you would like to have your content wrapped around and save the code somewhere so you can have access to it.
Open up your single.php file and look for something similar to whats highlighted in this picture:

Now please take into consideration, it should look similar but may not look exactly as that does.
Now you need to place your adsense code. You should place it between where the code calls to get the permalink and where the entry actually is. Like So:
The final step is adding one line directly above, and also directly below your adsense code. Like So:
Now if all goes well, once this is finished and saved, you will have your Google Adsense Ad’s inside of your websites content on all of your single post Word Press pages.
Related posts:




{ 3 comments… read them below or add one }
Hi Shaun,
I was interested in this article because right now my ads are just floating on the side, I will be integrating them more in the near future. I was looking for tips and tricks, as I don’t want to trick people into clicking on them.
I tried looking at the examples in your posts but the images don’t seem to work, they are just blank squares and when I click on them it brings me to your 404 page.
I’d also like to feature you as a WordPress Person of the Day on my blog if it interests you, you can fill out the short online interview.
Thanks,
Jamie
Sorry about that. I fixed the problems and all the relevant images should now be working properly. Have a good day Jamie.
Shaun
Its not working in Opera browser