| Server IP : 172.64.80.1 / Your IP : 216.73.216.175 Web Server : LiteSpeed System : Linux srv13.swhc.ca 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : hongluck ( 2522) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/hongluck/public_html/wp-content/themes/himalayas/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (Page Not Found).
*
* @package ThemeGrill
* @subpackage Himalayas
* @since Himalayas 1.0
*/
get_header(); ?>
<?php do_action( 'himalayas_before_body_content' );
$himalayas_layout = himalayas_layout_class(); ?>
<div id="content" class="site-content">
<main id="main" class="clearfix <?php echo $himalayas_layout; ?>">
<div class="tg-container">
<div id="primary">
<div id="content-2">
<section class="error-404 not-found">
<div class="page-content">
<?php if ( ! dynamic_sidebar( 'himalayas_error_404_page_sidebar' ) ) : ?>
<header class="page-header">
<h1 class="page-title"><?php _e( 'Oops! That page can’t be found.' , 'himalayas' ); ?></h1>
</header>
<p><?php _e( 'It looks like nothing was found at this location. Try the search below.', 'himalayas' ); ?></p>
<div class="error-wrap">
<span class="num-404">
<?php _e( '404', 'himalayas' ); ?>
</span>
<span class="error"><?php _e( 'error', 'himalayas' ); ?></span>
</div>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
</section>
</div>
</div>
<?php himalayas_sidebar_select(); ?>
</div>
</main>
</div>
<?php do_action( 'himalayas_after_body_content' ); ?>
<?php get_footer(); ?>