Created
July 5, 2020 04:58
-
-
Save ivanteoh/91a416bc68924c9bd62b83462b668223 to your computer and use it in GitHub Desktop.
WordPress Theme Development 9 - 404 Template
This file contains hidden or 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
| <?php | |
| /** | |
| * @package WordPress | |
| * @subpackage Your_Theme | |
| */ | |
| ?> | |
| <?php get_header(); ?> | |
| <h2><?php _e('Error 404 - Not Found'); ?></h2> | |
| <?php get_search_form(); ?> | |
| <?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment