How does john chow from john chow dot com make his adsense only appear on the very top post on the front page? thanks
if you are using wordpress then, you need to do some simple php coding for that.. or you can use a plugin called adsense delux. before the while loop put $count=0, it acts as a counter for posts. in the while loop, put
OK cool. I think I figured it out...how would I wrap the blog entry around the ad... The below code does not work... <p style="float: right> <?php if($count==0) { ?> <---------ADSENSE HERE-------> <?php }$count++; ?> </p>
Okay...I figured it out...wow adsense deluxe sucks this is a much better way <?php if($count==0) { ?> <--- ADSENSE CODE HERE ---> <?php }$count++; ?> thanks sahilcoolsmart