in the page where you want put this like page.php or archieves .php you could see a line at the beginning like ?php if (have_posts()) : ?> or ?php while (have_posts()) : ?> PHP: add the code below before that <?php $adcount = 1; ?> PHP: so that it will look like <?php $adcount = 1; ?> ?php if (have_posts()) : ?> PHP: now find the position where you want put the ads like below title above title etc and paste the code as shown below <?php if ($adcount == 1||$adcount == 5||$adcount == 9) : ?> <script type="text/javascript"><!-- google_ad_client = "pub-"; /* 300x250, created 11/11/08 */ google_ad_slot = "4618539363"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <?php endif; $adcount++; ?> PHP: note:in this you could change the post where you want the ads to appear,by changing the variable' $adcount == 1', in 'if 'condition ,if u need only one ad then delete the varibale after the '||'sign ie <?php if ($adcount == 1) : ?> PHP: if the code is made as shown above,it gives only one ad in first post like that if you want three ads in adjacent posts <?php if ($adcount == 1||$adcount == 3||$adcount == 5) : ?> PHP: like that since the increment goes by 2... if you want it on alternative posts paste as in the script mentioned then go below the page where it ends look for this piece of script <?php endwhile; ?> PHP: paste the code below before that <?php $adcount++; ?> PHP: so it will look like below <?php $adcount++; ?> <?php endwhile; ?> PHP: thats all demo site:http://electricalandelectronics.org/?cat=343
Try this too for link units within your content for Wordpress blogs: (A lot of people don't know this) http://zedomax.biz/blog/make-money-online/adding-link-units-can-boost-your-adsense-income-up-to-30/