author | ymh <ymh.work@gmail.com> |
Tue, 15 Oct 2019 11:56:20 +0200 | |
changeset 12 | d8a8807227e4 |
parent 7 | cf61fcea0001 |
permissions | -rw-r--r-- |
0 | 1 |
<?php |
2 |
/** |
|
3 |
* The template for displaying 404 pages (Not Found) |
|
4 |
* |
|
5 |
* @package WordPress |
|
6 |
* @subpackage Twenty_Thirteen |
|
7 |
* @since Twenty Thirteen 1.0 |
|
8 |
*/ |
|
9 |
||
10 |
get_header(); ?> |
|
11 |
||
12 |
<div id="primary" class="content-area"> |
|
13 |
<div id="content" class="site-content" role="main"> |
|
14 |
||
15 |
<header class="page-header"> |
|
5 | 16 |
<h1 class="page-title"><?php _e( 'Not Found', 'twentythirteen' ); ?></h1> |
0 | 17 |
</header> |
18 |
||
19 |
<div class="page-wrapper"> |
|
20 |
<div class="page-content"> |
|
21 |
<h2><?php _e( 'This is somewhat embarrassing, isn’t it?', 'twentythirteen' ); ?></h2> |
|
22 |
<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentythirteen' ); ?></p> |
|
23 |
||
24 |
<?php get_search_form(); ?> |
|
25 |
</div><!-- .page-content --> |
|
26 |
</div><!-- .page-wrapper --> |
|
27 |
||
28 |
</div><!-- #content --> |
|
29 |
</div><!-- #primary --> |
|
30 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
<?php get_footer(); ?> |