| Server IP : 121.121.20.254 / Your IP : 216.73.216.146 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/CAFE1/wp-content/themes/resca/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found). * * @package thim */ get_header(); /** * thim_wrapper_loop_start hook * * @hooked thim_wrapper_loop_end - 1 * @hooked thim_wapper_page_title - 5 * @hooked thim_wrapper_loop_start - 30 */ do_action( 'thim_wrapper_loop_start' ); ?> <section class="error-404 not-found"> <div class="page-content"> <div class="tablebox"> <div class="tablebox__item"> <h1 class="page-title"><?php _e( 'Page Not Found!', 'resca' ); ?></h1> <p> <?php _e( 'Sorry, We couldn\'t find the page you\'re looking for. <br/> Try returning to the ', 'resca' ); ?> <a href="<?php echo esc_url( home_url() ); ?>"><?php echo esc_html__( 'homepage', 'resca' ); ?></a> </p> </div> <div class="tablebox__item"> <img src="<?php echo get_template_directory_uri() . '/images/404.png' ?>" alt=""/> </div> </div> </div> <!-- .page-content --> </section> <?php /** * thim_wrapper_loop_end hook * * @hooked thim_wrapper_loop_end - 10 * @hooked thim_wrapper_div_close - 30 */ do_action( 'thim_wrapper_loop_end' ); get_footer();