hi guys i am using wordpress as a platform but i want to block adsense ads on my about us, privacy policy page and contact us page..... plz is anybody who knows plz give me the exact step by step instruction from which i can do it ..
You don't really need to do that. Nobody, and I mean nobody is doing it, so this "rule" is not enforced. Otherwise, you would need to know more about wordpress inner workings to do that, or perhaps if you use a plugin to manage adsense on your blog, then maybe one module has such a system called blacklist where you can specify pages with no adsense.
I don't know myself, I have installed wordpress only once in 2007 or 2008 and have since replaced it by drupal.
You can use robots.txt file to do this: # Disallow Google Adsense Bot on this page User-agent: Mediapartners-Google Disallow: /about Disallow: /privacy-policy Change the /about and /privacy-policy to the pages you want to block the Adsense.
You could use the method mentioned above or use conditional tags around your ads if you have coded them into your theme.
Easy adsense is a good plugin that will allow you to block ads on pages. You can try it out. But make sure that you have disabled adsense slot sharing option in this plugin.
This will not disable adsense on those pages, it will simply disallow the adsense bot to parse your page in order to display more relevant ads. But still, adsense will be on the pages and it will display some ads.
Hi you can go to your profile in wordpress check the ADS place & remove the script code no need to cancel you adsense account jut remove the links ,
Some Wordpress themes are customizable that will allow you serve up different sidebars and content. If not you can make your own sidebar, header, footer, etc. for most pages. Not too difficult depending on the theme. I have done this for a few wordpress sites. But, I do see adsense all the time on pages like you mentioned. What you do is have your regular header.php and header2.php without the adsense code, same for other pages regular sidebar.php and sidebar2.php for pages you don't want adsense. It works for most, unless you have something out of the ordinary type of theme. Search over at wordpress . org forum and you should be able to find something like what you are trying to do.
check this link and LEARN conditional tags http://codex.wordpress.org/Conditional_Tags some good tips on this page here http://wordpress.org/support/topic/how-to-remove-adsense-on-a-certain-wordpress-page
I see this is your second thread for the same topic so I put my reply on your other thread. Please refrain from making multiple threads for one topic.
I use the quick adsense wp plugin and you can use shortcodes to not have ads show up on whatever pages you want