0
|
1 |
<?php |
|
2 |
/** |
|
3 |
* The template for displaying 404 pages (Not Found) |
|
4 |
* |
|
5 |
* @package WordPress |
|
6 |
* @subpackage Twenty_Twelve |
|
7 |
* @since Twenty Twelve 1.0 |
|
8 |
*/ |
|
9 |
|
|
10 |
get_header(); ?> |
|
11 |
|
|
12 |
<div id="primary" class="site-content"> |
|
13 |
<div id="content" role="main"> |
|
14 |
|
|
15 |
<article id="post-0" class="post error404 no-results not-found"> |
|
16 |
<header class="entry-header"> |
|
17 |
<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn’t it?', 'twentytwelve' ); ?></h1> |
|
18 |
</header> |
|
19 |
|
|
20 |
<div class="entry-content"> |
|
21 |
<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentytwelve' ); ?></p> |
|
22 |
<?php get_search_form(); ?> |
|
23 |
</div><!-- .entry-content --> |
|
24 |
</article><!-- #post-0 --> |
|
25 |
|
|
26 |
</div><!-- #content --> |
|
27 |
</div><!-- #primary --> |
|
28 |
|
|
29 |
<?php get_footer(); ?> |