08-25-2012, 10:24 AM
|
|
xxx
Industry Role:
Join Date: Jun 2003
Location: UK
Posts: 31,544
|
Quote:
Originally Posted by Colmike7
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
|
|
|