Wordpress PHP Help Needed

Discussion in 'WordPress' started by tillson206, Jan 12, 2011.

  1. #1
    Hi All,

    Please take a look at my blog http://www.supremetycoon.com .

    Click on a post.

    You will see that when you are on a post page the thumbnail for that post is displayed in the top left. Is it possible to replace that thumbnail with an Adsense block? On the home page I still want thumbnails to show but replace it with Adsense when a user navigates to a post. Is this possible?

    Many thanks
     
    tillson206, Jan 12, 2011 IP
  2. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes sure its possible , just go and paste your code box google ad code in single.php after this

    <div class="entry clearfloat">

    and delete the
    <img height="150px" width="150px" class="left" alt="Selling Electronic Products Online" src="http://www.supremetycoon.com/wp-content/themes/arthemia-premium/scripts/timthumb.php?src=/http://www.supremetycoon.com/wp-content/uploads/2010/09/money1.jpg&amp;w=150&amp;h=150&amp;zc=1&amp;q=100">

    this is a rough idea you will have a diffrent code , if you find any problem just paste your single.php code here and i will help you out
     
    Wp-Mod.Com, Jan 12, 2011 IP
  3. Nefertiti

    Nefertiti Peon

    Messages:
    230
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you want to show an ad block there instead of the thumbnail, in your single.php find this line <?php the_content(); ?> and make it like this -

    <div style='float:left; margin-right:5px;'>
    YOUR GOOGLE AD CODE GOES HERE
    <?php the_content(); ?>
    </div>

    This will show the ad block on top left, But, if you also want to show thumbnail alongside the ad block be careful not to violate AdSense guidelines.

    (Whatever changes you make to any file, keep a backup before doing so. In case you face problem, replace the original file)
     
    Last edited: Jan 12, 2011
    Nefertiti, Jan 12, 2011 IP