Show advertisement only on home page
-
Edit: I just realized that I probably put this in the wrong forum. Move if necessary. Sorry.
OK, so I have it so that there is two advertisements in my sidebar, however, I only want them both to show up on the home page, then when someone visits a single post of another page, only the first advertisement shows and the second one goes away.
I have this code in my sidebar:
<?php if (!( is_home() )) { ?> <?php include('ad_side2.php'); ?> <?php } ?>
However, it seems to have the opposite effect. The site is https://www.think-theory.com. You can see on the home page that only the first ad shows up and not the second. Then, if you go to a post, like this one: https://www.think-theory.com/unreal-tournament-3/, both show up.
So, it’s doing the opposite of what I want. Does anyone know how I can switch this?
Any help is greatly appreciated.
- The topic ‘Show advertisement only on home page’ is closed to new replies.