home.php splash page makes it so i can’t get to the index page!
-
I have successfully created a splash page by creating a page called home.php and putting it into my theme’s directory. WordPress now displays that splash page when the site displays. But how on earth am I supposed to get the rest of the site to show up now? No matter what I do, I can no longer get index.php to show up! I have tried links like:
<a href="index.php">
<a href="<?php echo get_settings('home'); ?>">
And numerous other links. But I’m banging my head against the wall here. I can’t believe this isn’t in the documentation. It tells you how to create a splash page, just not how to get past it! Can anyone tell me how to do this? This is for a site that is due for completion tomorrow so a response would be greatly appreciated.
Thank you.
- The topic ‘home.php splash page makes it so i can’t get to the index page!’ is closed to new replies.