Hi... I have a Wordpress blog related to cell phone wares. how can i add adsense block after first post on home page and i also want to show 1 ad block under the title on single page. kindly guide me LINK: http://www.mobifunda.com Thanks
U have to Edit your templates. If u want to use only Home page the U can add this code in the Index.php <?php if(is_home()) { echo ' Your ad code here '; } ?> Edit index.php , single.php, archive.php and page.php If u want to show the ads in all pages. Thanks