Review My Blog And Help With Ads Between Post

Discussion in 'WordPress' started by SUPERSTEVE9219, Jul 31, 2007.

  1. #1
    I don't want to take more space than needed so could you guys give me some opinions on my blog?

    Also how could I make it so that it shows ads after the first and 3rd post? Im using this method right now LINK It said on that page that it can be edit easily to show ads after multiple post but I cant figure it out.
     
    SUPERSTEVE9219, Jul 31, 2007 IP
  2. mooiness

    mooiness Peon

    Messages:
    409
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This tutorial may be of help:
    http://www.lancelhoff.com/2007/02/28/adding-adsense-ads-between-posts/

    The tutorial shows you how to add an ad after the first post. You just have to duplicate the code mods for the 3rd post by changing the $count variable to 3, but before the "endif" statement.

    That is it should look something like this:
    <?php if ($count == 1) : ?>
    
    AdSense Code
    
    <?php if ($count == 3) : ?>
    
    AdSense Code
    
    <?php endif; $count++; ?>
    Code (markup):
    As for the blog, I don't like white text on black backgrounds - it's hard to read. Otherwise, it's clean and easy to navigate.
     
    mooiness, Jul 31, 2007 IP
  3. kandah

    kandah Active Member

    Messages:
    325
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Looks pretty good. Too dark though.
     
    kandah, Aug 1, 2007 IP