Current File : /home/kelaby89/iluxelectrical.com.au/wp-content/themes/strnix/404.php |
<?php
/**
* The main template file
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package strnix
*/
get_header();
?>
<!--Sidebar Page Container-->
<section class="news-section error-area-404">
<div class="auto-container">
<div class="row">
<div class="no-results not-found error-404 not-found sidebar">
<h1><?php esc_html_e('404', 'strnix'); ?></h1>
<h2>
<?php esc_html_e('Oops! That page can not be found.', 'strnix'); ?>
</h2>
<p><?php esc_html_e('It looks like nothing was found at this location. Maybe try a search?', 'strnix'); ?></p>
<div class="nothing-found-search">
<?php
get_search_form();
?>
</div>
</div><!-- .no-results -->
</div>
</div>
</section>
<?php
get_footer();