forked from mirror/_s
* Make the 404 page a little friendlier * Add a missing tab to the header.php
This commit is contained in:
parent
9e817e0aa4
commit
ae85c2b76e
4
404.php
4
404.php
|
@ -13,11 +13,11 @@ get_header(); ?>
|
|||
|
||||
<article id="post-0" class="post error404 not-found">
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title"><?php _e( 'Well this is somewhat embarrassing, isn’t it?', '_s' ); ?></h1>
|
||||
<h1 class="entry-title"><?php _e( 'Oops! That page can’t be found.', '_s' ); ?></h1>
|
||||
</header>
|
||||
|
||||
<div class="entry-content">
|
||||
<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.', '_s' ); ?></p>
|
||||
<p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', '_s' ); ?></p>
|
||||
|
||||
<?php get_search_form(); ?>
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
<body <?php body_class(); ?>>
|
||||
<div id="page" class="hfeed">
|
||||
<?php do_action( 'before' ); ?>
|
||||
<?php do_action( 'before' ); ?>
|
||||
<header id="masthead" role="banner">
|
||||
<hgroup>
|
||||
<h1 class="site-title"><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
|
||||
|
|
Reference in New Issue