Thread: wp question
View Single Post
Old 08-25-2012, 10:24 AM  
DVTimes
xxx
 
Industry Role:
Join Date: Jun 2003
Location: UK
Posts: 31,544
Quote:
Originally Posted by Colmike7 View Post
Oh yeah, true. It's either top, bottom, or random inside the posts I think.

Then just look in your themes homepage for <?php endwhile; ?> then paste this before it:
<?php if(!$show_ads){ ?>
Insert Ad1 Code Here
<?php $show_ads = 1; } ?>
<?php if(!$show_ads){ ?>
Insert Ad2 Code Here
<?php $show_ads = 2; } ?>
etc.

That's a barbaric way of doing it, but it works..
thank you

will give it a go

thank you all
__________________
The Affiliate Program
DVTimes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote