Best Wordpress Adsense Plugin

leadsupplier

New member
Aug 11, 2009
1,449
11
0
You bros with WordPress blogs and adsense. How do you manage it?

I'm assuming there's a plug in out there that automatically ads a box to all your pages/posts. and you just have to add a code to it.

Any recommendations?
 


seriously though, make sure the plugins not stealing a cut of the impressions. Look it up before you lose money.


/thread
 
Your best bet would be to edit three files.

sidebar.php
Look for code that resembles the following -
Code:
<h2>Title</h2>
<ul>
<li></li>
</ul>

Add your adsense code accordingly. You can add it at the top of the Unordered List patterns in order for it to display at the top of your sidebar or below.

If your theme is widgetized (which most themes are) you can simply login to your control panel, goto widgets and add your adsense code there.

single.php & page.php

Look for
Code:
<?php the_content() ?>

If you add your adsense code above this, your ads will display above your post just below your title and meta data, and if you paste your code below it, it will show below your content.

If you're looking to add it sitewide - you'll have to edit either header.php or footer.php

/thread
 
so many authoritative opinions on this page, google's gonna love this page.

p.s. - bloghue dont go any where, you're one of the few people on this forum still contributing.
 
what guys you prefer?
to edit and design your theme or using the plug in for this ?
which is more safe to go with? and kindly mention that if there is a need of coding or not?
 
Both of these are nice but I eventually settled on Quick Adsense. Once you know how to work it, it takes about 3 minutes to get ads on your site and keep them off pages you don't want them on.

You can edit the files manually and insert the code (which somebody has already posted above), if you have very few sites.