Make WordPress Themes

source: joyas-shop/1.3.3/404.php

Last change on this file was 168543, checked in by themedropbox, 4 years ago

New version of Joyas Shop - 1.0.1

File size: 729 bytes
Line 
1<?php
2/**
3 * The template for displaying 404 pages (not found)
4 *
5 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
6 *
7 * @package joyas-shop
8 */
9
10get_header();
11?>
12
13<section class="error-404 not-found8">
14 
15    <div class="page-content">
16   
17         <h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'joyas-shop' ); ?></h1>
18         <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'joyas-shop' ); ?></p>
19         <?php get_search_form();?>
20       
21     
22        <div class="clearfix"></div>
23        <!-- .widget -->
24
25    </div><!-- .page-content -->
26</section>
27<?php
28get_footer();
Note: See TracBrowser for help on using the repository browser.