• I know this has probably been addressed numerous times, but the search funtion here is terrible and I can’t find it.

    How can I go about having my adsense display above the first post, between all posts on the front page, and on the individual post pages? (On 2.0 of course)

Viewing 4 replies - 1 through 4 (of 4 total)
  • You know you can only have 3 adsense blocks per page?

    Thread Starter cowbell

    (@cowbell)

    Okay, how do I go about having one above and below posts?

    Thread Starter cowbell

    (@cowbell)

    Bump

    This will put your adsense code at the end of each post on your main homepage.

    Open up your index.php inside of your template directory and add the adsense code here:

    <div class=”entry”>
    <?php the_content(‘Continue reading…’); ?>
    </div>
    <!– Put your adsense code here. –>

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to put adsense between posts’ is closed to new replies.