Include not working from index.php
-
Hi all,
I am trying to use an include on the index.php for a certain page but it’s not working. Here’s what i am using.
<?php if ( is_page('news') ) { include ('navigation_news.php'); } ?>
Nothing shows up with that. But if i use is_home() it works just fine.
Any ideas? Thanks a bunch
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Include not working from index.php’ is closed to new replies.