How to add google ads between wordpress posts

Discussion in 'AdSense' started by invisible, Sep 7, 2008.

  1. #1
    First off, I wasnt able to make sure where to post I just choosed this section. If I am wrong please correct me

    Okay now, I am just curious to know how can I add google ads between wordpress posts
     
    invisible, Sep 7, 2008 IP
  2. Gregory Lawson

    Gregory Lawson Banned

    Messages:
    194
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Gregory Lawson, Sep 7, 2008 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    :D
    u can place adsense ads in two ways:
    1- editing wordpress theme files
    2- plugins, most popular plugins are adsense manager, all in one adsense and yahoo, adman and few others.

    just download plugin from wordpress site and follow instructions which are included in the readme file. :D as u a newbie so plugin will be best suitable for u.

    For template editing u need to have skill in html and php ;)
     
    Jalpari, Sep 7, 2008 IP
  4. ferman

    ferman Well-Known Member

    Messages:
    968
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    140
    #4
    there must be a loop for posts in index.php page just add the adsense code before after that loop
     
    ferman, Sep 7, 2008 IP
  5. enkass132

    enkass132 Active Member

    Messages:
    647
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    60
    #5
    you can use a plugin "adsense manager". Put the codes to adsense manager it will do the rest..
     
    enkass132, Sep 7, 2008 IP
  6. desilator

    desilator Peon

    Messages:
    2,220
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I like adding a 200x200 ad right at the beginning of the post.. looks nice. :)
     
    desilator, Sep 7, 2008 IP
  7. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #7
    I suggest you do not use any plugin to display ads, instead manually put the code in the theme.

    Here is how you can put it manually

    <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
        	<div align="center">	
    Adsense code here		
    
    </div><br />
    <?php } ?>
    Code (markup):
    Look for this code in the index.php file of your theme

    the_content
    Code (markup):
    You need to put the above mentioned code after this line

    This will add a ad after the first post.

    How many ad units do you want to show on the home page?
     
    angilina, Sep 7, 2008 IP
  8. prosense

    prosense Guest

    Messages:
    109
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Try to use more Clciks generating ads place ment just like the top left of your page and above your article too.

    It will help you a lot.

    :eek:
     
    prosense, Sep 7, 2008 IP
  9. KiwiPulse

    KiwiPulse Guest

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    well for my part, I added a 460x68 below the title of each post. It doesnt affect the reader at all and I get around 2% CTR for that placement.
     
    KiwiPulse, Sep 7, 2008 IP
  10. lllAE86lll

    lllAE86lll Peon

    Messages:
    295
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    For the plugins. You need to buy a domain right?
     
    lllAE86lll, Sep 7, 2008 IP
  11. poseidon

    poseidon Banned

    Messages:
    4,356
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    0
    #11
    ya, and in any case, you can put ads in wordpress blog anyway.
     
    poseidon, Sep 7, 2008 IP