Well, a lot of people think you can simply insert your Google adsense code in the index.php file and get adsense ads on every post.
You need to add a little PHP code so your ad only shows up on your first post.
To do this, add the following:
<?php if($first!=1) { $first=1; ?>
…Your adse ...







