mindwarp2000
Member
Posted 3 years ago #
I've discovered I have some 404 pages.
/wp-content/themes/default/404.php
/wp-content/themes/MyTheme/404.php
However if I call these pages
http://www.mysite.com/wp-content/themes/MyTheme/404.php
http://www.mysite.com/wp-content/themes/default/404.php
The pages don't work.
I get this error.
Fatal error: Call to undefined function get_header() in...
Help!
thats where they go, and thats NOT how theyre called.
thats the equvalent of trying to load wp-content/themes/MyTheme/index.php in a browser. do it, and youll see the same error.
those files are not intended to be called in a browser that way.
mindwarp2000
Member
Posted 3 years ago #
What path do I specify in my website settings for the error page?
Thanks so far.