Advertisements after first post in WordPress
Here is a simple way to put an AdSense ad, or any other ad for that matter, after the first post in your WordPress blog. This will only work on your main page, not on an individual post page.
Okay, let’s get started. Open up your index.php file or go into the WordPress control panel > Presentation > Theme Editor and choose Main Index Template on the right
Find the line that starts with:
<?php if (have_posts())
Add this line of code above it:
<?php $count = 1; ?>
