WordPress Index Adsense

Discussion in 'WordPress' started by VincentChow, Oct 12, 2006.

  1. #1
    Hello guys,

    I've been wondering how to place Adsense on WordPress's frontpage, between posts. What I mean is like LiewCF.com. I've tried using theloop.php, and it appears under every post. Quite weird.
     
    VincentChow, Oct 12, 2006 IP
  2. LcF

    LcF Peon

    Messages:
    73
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    well, I don't use K2 theme, therefore I don't have theloop.php.
    You can refer to http://www.tamba2.org.uk/wordpress/adsense/ for tutorial to add AdSense code into WordPress blog. You might need to read PHP code.
     
    LcF, Oct 12, 2006 IP
  3. VincentChow

    VincentChow Peon

    Messages:
    442
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Finally I made it. The k2's loop's term is not the same with other themes.
    The use <?php } /* End The Loop */ ?> and <?php /* Start the loop */ instead of <?php if (have_posts()) and <?php endwhile; ?>.

    Thanks.
     
    VincentChow, Oct 12, 2006 IP
  4. kevinn

    kevinn Active Member

    Messages:
    1,337
    Likes Received:
    84
    Best Answers:
    0
    Trophy Points:
    90
    #4
    kevinn, Oct 12, 2006 IP
  5. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #5
    Insert it into the 'single post' section.
     
    Richie_Ni, Oct 12, 2006 IP