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
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&w=150&h=150&zc=1&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
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)