First off, I wasnt able to make sure where to post I just choosed this section. If I am wrong please correct me Okay now, I am just curious to know how can I add google ads between wordpress posts
It depends on the template you are suing... but adding ads between posts is not a good idea because people read the whole post and the the index of your blog... It's better to optimize the whole message body... here is a great placement I found recently... http://myseoblog.net/2008/07/17/how-to-insert-adsense-ads-in-wordpress/
u can place adsense ads in two ways: 1- editing wordpress theme files 2- plugins, most popular plugins are adsense manager, all in one adsense and yahoo, adman and few others. just download plugin from wordpress site and follow instructions which are included in the readme file. as u a newbie so plugin will be best suitable for u. For template editing u need to have skill in html and php
I suggest you do not use any plugin to display ads, instead manually put the code in the theme. Here is how you can put it manually <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?> <div align="center"> Adsense code here </div><br /> <?php } ?> Code (markup): Look for this code in the index.php file of your theme the_content Code (markup): You need to put the above mentioned code after this line This will add a ad after the first post. How many ad units do you want to show on the home page?
Try to use more Clciks generating ads place ment just like the top left of your page and above your article too. It will help you a lot.
well for my part, I added a 460x68 below the title of each post. It doesnt affect the reader at all and I get around 2% CTR for that placement.