With many way monetize a blog, we need to place our ads in different positions, one place is the right after the first post on the homepage.To place a banner or an adsense ad right after the first post follow these steps.
<?php if (have_posts())
- Before that add these lines of code
<?php $count = 1; ?> -
Next find, this line
<?php the_content() ?>
<?php if ($count == 1) : ?>
Adsense/Banner Ad Code Goes Here
<?php endif; $count++; ?>
You can also change the count value in Step 3 and 5, to 2 if you want to have the ad after the 2nd post.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Categories :
Posted on Friday, July 18, 2008 by Venkat |
Comments(4)



