Very Urgent Plz Help Wordpress Users. About Adsence Ad Under Post.

Discussion in 'WordPress' started by myfoglife, Mar 25, 2011.

  1. #1
    Hello,

    Plz Help me.....i have seen alot of worpress sites. they using adsence ad on under post..i'm confused how is possible to put ads under the wordpress post.

    I hv to making a confusion picture. see the pic..

    [​IMG]

    Exactly when i want to put adsense ad.
    Help me, where can i ad my adsence code in wordpress script
    Thank you :)
     
    myfoglife, Mar 25, 2011 IP
  2. Sojanjose4u

    Sojanjose4u Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    in your theme files... modify the post.php .. ie edit the post template file and add the code
     
    Sojanjose4u, Mar 25, 2011 IP
  3. mohsinpatel

    mohsinpatel Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yep, if you are technically aware and know word press very well then u can modify theme files

    easiest way to use plugins for adsense which shows advertise under post

    I suggest AdMan pluginwhich is good one and have total control over where to display ads under your post
     
    mohsinpatel, Mar 26, 2011 IP
  4. deluxdon

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

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #4
    If you want to modify yourself then you need to put adsense code under single.php (only in single post) and index.php (homepage blog posts).

    DON.
     
    deluxdon, Mar 26, 2011 IP
  5. npnhome

    npnhome Well-Known Member

    Messages:
    658
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #5
    Hi myfoglife!

    Just edit single.php file with the help of notepad. Find the following line
     <?php the_content('--------'); ?>
    Code (markup):
    before that line use the following div tag
     <div style="margin: 0; padding: 5px; float:right;">
    Your adsense ad is here 
    </div>
    Code (markup):
    and then save the file.
    Hope, You can do this. It is very simple.

    Enjoy!
     
    npnhome, Mar 26, 2011 IP