PHP Coding help
-
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 https://soxanddawgs.com
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Coding help’ is closed to new replies.