How to add Adsense ads to this theme: SUMMERFRUIT

Discussion in 'Blogging' started by webmasterlabor.com, Jun 10, 2008.

  1. #1
    webmasterlabor.com, Jun 10, 2008 IP
  2. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #2
    the post pages are controlled by the single.php file. You can add adsense above the post and inside it in this template.

    The index.php or home.php template will control your home page so you need to edit that if you want adsense in the main content area of the home page.
     
    System0, Jun 10, 2008 IP
    webmasterlabor.com likes this.
  3. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #3
    You need to add below given in index.php file under entry section.

    				<?php if($postcount<4)  
    					{ 
    						include (TEMPLATEPATH . "/adsense-links.php");
    					}
    				?>
    
    Code (markup):
    And make one file called adsense-links.php using your google code for one linder ad and upload it.

    DON.
     
    deluxdon, Jun 10, 2008 IP
    webmasterlabor.com likes this.
  4. webmasterlabor.com

    webmasterlabor.com Peon

    Messages:
    2,889
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you, guys. Much appreciated.
     
    webmasterlabor.com, Jun 10, 2008 IP