Preview: 404.php
Size: 643 B
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/helo/404.php
<?php
/**
* The template for displaying 404 pages (not found).
*
* @package helo
* @author helo
*/
if ( ! defined( 'ABSPATH' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
die();
}
get_header();
?>
<div class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e('Nothing here', 'helo'); ?></h1>
</header>
<div class="page-content">
<p><?php esc_html_e('It looks like nothing was found at this location. Maybe try a search?', 'helo'); ?></p>
<?php get_search_form(); ?>
</div><!-- .page-content -->
</div><!-- .error-404 -->
<?php
get_footer();
Directory Contents
Dirs: 4 × Files: 17