How to add advertisement after first post?
-
I have been trying to figure this out forever now. I have found a lot of sites that say “Hey just insert this code into your index.php file” but the problem is Mystique does not have the code they say is suppose to be there.
I want to insert an Adsense block after the first post on homepage/pages.
The code they gave me was
<?php if(!$show_ads){ ?>
[advertisement goes here]
<?php $show_ads = 1; } ?>
But that doesn’t work. Any ideas?
- The topic ‘How to add advertisement after first post?’ is closed to new replies.