-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
50 lines (39 loc) · 1.11 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
44
45
46
47
48
49
50
<?php
/**
* The template for displaying 404 pages (not found)
*
* @subpackage Siple China
* @since 3.0
*/
?>
<?php get_header(); ?>
<div style="clear:both;"></div>
<?php if(function_exists('bcn_display'))
{
?>
<div class="breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">
<?php
bcn_display();
?>
</div>
<?php
}?>
<div id="container" class="row">
<div id="content" class="col-xs-12 col-md-12 col-sm-12">
<div id="post-404" class="post" >
<div class="title bgpng col-md-12 col-xs-12 col-sm-12" >
<h2><?php _e( '404 Error', 'simple-china' ); ?></h2>
<h2><?php _e( 'Oops! That page can’t be found.', 'simple-china' ); ?></h2>
</div>
<div class="post-inner">
<div class="entry">
<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'simple-china' ); ?></p>
<?php get_search_form(); ?>
</div>
</div>
<div class="bottom bgpng">
</div>
</div><!-- //post -->
</div><!-- / Content -->
</div><!-- / container -->
<?php get_footer(); ?>