I need some help with a php code.
I have an advertiser who wants to run an ad on both the homepage and a single page. How do i go about doing this?
I currently have two ads that just run on homepage only. I need to make another ad appear on the home page and the 2009 red sox schedule page.
<?php if ( is_home() ) { ?>
<?php } ?>
is what I have for the homepage only ads. The page slug for the one to be added is 2009-boston-red-sox-schedule
If anyone can help me with this i'd really appreciate it. Every time I try, I keep messing it up.
My site is http://soxanddawgs.com