Skip to content

Instantly share code, notes, and snippets.

@ivanteoh
Created July 5, 2020 04:58
Show Gist options
  • Select an option

  • Save ivanteoh/91a416bc68924c9bd62b83462b668223 to your computer and use it in GitHub Desktop.

Select an option

Save ivanteoh/91a416bc68924c9bd62b83462b668223 to your computer and use it in GitHub Desktop.
WordPress Theme Development 9 - 404 Template
<?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