Re: renaming index.php messes up lay-out?
Why doesnt this work? Re-checked the functionsfile 3 times now, but no where else in the file it asks for this.
I am experimenting with this new home.php page and adding these new functions to the file and renaming front-page.php aint solving the problem.
What files more need to be changed in order to make home.php and home-page.php work just like index.php and front-page.php (which I renamed)?
Thx
edit:
Changing:
case 'home.php' :
return 'home-page';
break;
to
case 'home.php' :
return 'front-page';
break;
Fixes the lay-out mess up, but still… WHY? Why doesn’t the renamed file home-page.php (front-page.php) work when the return is changed too?