Created
October 24, 2013 21:20
-
-
Save shemul49rmc/7145215 to your computer and use it in GitHub Desktop.
How to Edit 404 Page Error Message:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p><?php printf( __( 'The page you are looking for no longer exists. Perhaps you can return back to the site\'s <a href="%s">homepage</a> and see if you can find what you are looking for. Or, you can try finding it with the information below.', 'genesis' ), home_url() ); ?></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment