Adsense for WordPress is a kind of separate issue as users can not directly paste the AdSense code. Here are Plugins, HTML, PHP Hacks for optimizing AdSense. Adsense for WordPress is a bit advanced article. You should be aware of the following things we published before :
- AdSense Ad Formats -Text, Image and Rich Media ? Which Earns More
- AdSense Text Ad Color Blending and Contrast Tips To Increase CTR
- AdSense Channels : Maximize the Revenue by Section Targeting
- Best AdSense Ad Code Injector Plugin For WordPress
Users frequently searches anything related to Adsense for WordPress, simply because to get the desired output or positioning, one needs a bit advanced knowledge.
Must to know or do for better integration of our Adsense for WordPress ?hacks
- Not all WordPress Themes are equal. Thesis and Genesis is very flexible and easy to find the hooks to use our? Adsense for WordPress PHP and HTML.
- The free Plugin we have mentioned is a must along with Post Layout Plugin.
Adding the AdSense HTML Markups :?Adsense for WordPress starts
As we have mentioned before – Adbots is blind – it gets confused with post content and sidebar junks (in context of showing relevant ads). If this article shows a Forex Advert, that is good, but if it shows some fruit juice’s Advert, the CPC will be low as the clicks will be of lower quality. Its unlikely that you came to read about ?Adsense for WordPress and clicking a fruit juice ad. Forex has more closer relationship with? ” Adsense for WordPress ” , in this case.
---
The principle of marking up the content rightly is highlight the topic matter, it is what we use :
First making :
<!– google_ad_section_start –>
<h1>Adsense for WordPress – Plugins, HTML, PHP Hacks</h1>
<!– google_ad_section_end –>
If you are using Genesis Framework, use Genesis Simple Hooks Plugin to add these markups. There are unnecessary things within the h1 and content proper. So, we have marked the content from :
<!– google_ad_section_start –>
Adsense for WordPress is a kind of separate issue as users can not directly paste the AdSense code. Here are Plugins, HTML, PHP Hacks for optimizing AdSense…(up to the end)
<!– google_ad_section_end –>
<!– google_ad_section_start(weight=ignore) –>
The reason we have used ? <!– google_ad_section_start(weight=ignore) –> ; because here is the sidebar that begins. Then we have added?<!– google_ad_section_end –> near the </body> closes. These last three are done with Post Layout Plugin and Header and Footer Plugin.
Mentioning not to Cache : Adsense for WordPress continues
Quite obviously, you are using either WP Super Cache or W3 Super Cache, if not, then search with these in this website after reading this post. Our mentioned AdSense plugin automatically adds?<!– mfunc–>?before and after the AdSense code ends. It makes the unit non cached – live.
Injecting custom AdSense Units to specific categories : Adsense for WordPress Advanced
Basic principle is, Unit A will go to Category A, so that Advertisers of Cloud Computing will not wrongly target Android category. It has to be done manually. You will get how to on our linked articles (on Ad injection post) at the beginning of this article.
Simple ignoring some categories :? ?The real?Adsense for WordPress hack
Custom injection is for website like this – lot of categories, lot of keywords, its quite complex and you might not need. But, what you might need is – to block some specific AdSense Ads to appear in certain Categories. This is :
<?php
if ( !in_category(XY)) {
?>
// Your AdSense Code Goes Here?
<?php } ?>?
XY is the category ID you want to exclude. Keep in mind – not all plugin and themes helps to execute PHP. You have to make your hand dirty by editing the theme file, which we dislike.
Aligning AdSense Units manually : The last easy? Adsense for WordPress hack
We alreadywrote ?about using div style to align any Ad unit to left or right. Another trick is to use Table. Here it is :
<table border=”0″ align=”left“>
<tr><td>
// Your AdSense Code Goes Here
</td>
</tr>
</table>?
As you can understand, it will align your Ad unit towards the left. A slight modification will make two AdSense units appear vertically in one side, like stacks.
Here our?Adsense for WordPress ends. There is nothing more about?Adsense for WordPress. Its your content and Keywords which will determine these Adsense for WordPress hacks power.

Tagged With adsense plugin