Skip to content

Instantly share code, notes, and snippets.

@cesarhdz
Created March 18, 2012 23:42
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 cesarhdz/2085584 to your computer and use it in GitHub Desktop.
Save cesarhdz/2085584 to your computer and use it in GitHub Desktop.
PHP:WP 404 error page
<div id="content-full" class="grid col-940">
<div id="post-0" class="error404">
<div class="post-entry">
<h1 class="title-404"><?php _e('404 &#8212; Fancy meeting you here!', 'responsive'); ?></h1>
<p><?php _e('Don&#39;t panic, we&#39;ll get through this together. Let&#39;s explore our options here.', 'responsive'); ?></p>
<h6><?php _e( 'You can return', 'responsive' ); ?> <a href="<?php echo home_url(); ?>/" title="<?php esc_attr_e( 'Home', 'responsive' ); ?>"><?php _e( '&larr; Home', 'responsive' ); ?></a> <?php _e( 'or search for the page you were looking for', 'responsive' ); ?></h6>
<?php get_search_form(); ?>
</div><!-- end of .post-entry -->
</div><!-- end of #post-0 -->
</div><!-- end of #content-full -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment