-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
43 lines (22 loc) · 1.13 KB
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?php get_header(); ?>
<div class="wrapper section-inner">
<?php require('ad-top.php'); ?>
<div class="content left">
<div class="posts">
<div class="post">
<div class="content-inner">
<div class="post-header">
<h2 class="post-title"><?php _e('Error 404', 'hemingway'); ?></h2>
</div>
<div class="post-content">
<p><?php _e("It seems like you have tried to open a page that doesn't exist. It could have been deleted, moved, or it never existed at all. You are welcome to search for what you are looking for with the form below.", 'hemingway') ?></p>
<?php get_search_form(); ?>
</div> <!-- /post-content -->
</div> <!-- /content-inner -->
</div> <!-- /post -->
</div> <!-- /posts -->
</div> <!-- /content -->
<?php get_sidebar(); ?>
<div class="clear"></div>
</div> <!-- /wrapper -->
<?php get_footer(); ?>