Start theme with different file?
-
Hello;
How can I start up a wordpress theme with a new index.php file that using the command
<head> <meta http-equiv = "refresh" content = "3; url = /start.php" /> </head>
to load the original index.php that I renamed to start.php?
Whilst the new index.php loads fine and displays the content of it fine, after executing the meta command, I get a file not found error instead of all the posts listed. Everything in the start.php file is original and unchanged. Only the file name got renamed from index.php to start.php.
For clarity:
Renamed original theme index.php to start.php
then created a new index.php that contains code to display a logo and the command listed above; nothing else.
start.php (which is the original index.php) loads up but then I get the error mentions.If I undo the changes and load the default index.php file as such, everything works fine.
Any suggestions?
Thank you
Lode
The page I need help with: [log in to see the link]
- The topic ‘Start theme with different file?’ is closed to new replies.