Easy Webbers About Authors Contact Us Advertise Login

Archive for January, 2008

Advertisements after first post in WordPress

Posted by Simon on January 23rd, 2008 in Blogging | 1 Comment

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; ?>

(more…)