Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created January 5, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Musilda/8c9aaa57b5a5f08c61c99ae3f2b5722a to your computer and use it in GitHub Desktop.
Save Musilda/8c9aaa57b5a5f08c61c99ae3f2b5722a to your computer and use it in GitHub Desktop.
<?php get_header(); ?>
<div id="primary" class="content-area col-8">
<main id="main" class="site-main" role="main">
<div class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'theme' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'theme' ); ?></p>
<?php
get_search_form();
?>
</div><!-- .page-content -->
</div>
</main>
</div>
<div class="col-4">
<?php get_sidebar(); ?>
</div>
<?php get_footer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment