Need help with adsense trick

snekpeg

Junior Member
Joined
Apr 13, 2011
Messages
133
Reaction score
15
Hello,

Does anyone know how to put adsense on my wordpress website like this website: proteine-eiwitten.nl

thanks
 
You need to paste the banner codes into your website's code.
 
You don't even need a plugin for that. 4-5 line of CSS code will do the trick.

Code:
position: fixed; top: 15-20px; left: 50%; margin-left: **main page width / 2 + banner width / 2**;
 
You can just put the code in the theme, there are a lot of themes that will let you put the ads wherever you want them, check the download section here. Also, the theme on that website is really ugly.
 
I had a look at your site, you finally succeed in placing adsense ads.
 
It's called "adsense plugin". Will do the job. Install it and then you can place your adsense cod where you want, like a *****
 
Back
Top