| 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 | |
|---|
| 10 | get_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’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 |
|---|
| 28 | get_footer(); |
|---|
Note: See
TracBrowser
for help on using the repository browser.