Replacing 404 page with my own
-
Love the theme but not its 404 page with the George Orwell quote and the misspelled Ooops. I’ve read a lot of other posts related to “fixing” the 404 page but nothing that suggested how to “replace” it.
I did find a really simple way to do it but it isn’t permanent because it involves adding a 404.php file to the theme’s folder. (I used FTP to copy the 404.php file from another theme – twentyten – and store it in wp-content/themes/customizr. Changed permissions to rw-r–r–.) This works but when the theme is updated, that file gets deleted. For now, I just copy it back in.
I have tried putting the 404.php file in my child theme folder but it gets ignored completely. Is there some code I can add to my child theme’s functions.php file that would cause it to use the 404.php file in my child theme folder?
- The topic ‘Replacing 404 page with my own’ is closed to new replies.