web statistics
Image 01 Image 02

How To : Place Adsense After The First Post

4
Share |

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.

  • Open your index.php or home.php based on your WP Theme
  • Look for these lines of code

    <?php if (have_posts())

      • Before that add these lines of code

        <?php $count = 1; ?>

    • Next find, this line

    <?php the_content() ?>

  • After that line, add these lines of code

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


  • Posted on 18th July 2008 by Avinash under category Tips,Tricks and Hacks, Tutorials, WordPress


    4 Responses to “How To : Place Adsense After The First Post”

    1. Rockstar Sid says:

      Good one.. I am still tryin to learn all the wp loops in wordpress.. :-|

    2. Nirmal says:

      I had implemented this when I used my previous theme.

    3. Venkat says:

      @RockStar Sid : This is something I learnt recently and wanted to share with you all.

      @Nirmal: Thanks for the comment nirmal, I hope you release your old theme it was really a nice theme.

    4. Siddharth says:

      nice trick ;)
      I now use OIO publsiher

    Leave a Reply


    Web Informer Button