| Server IP : 80.74.154.100 / Your IP : 216.73.217.0 Web Server : Apache System : Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64 User : onlineadmin ( 10487) PHP Version : 8.5.7 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/themes/travelify/ |
Upload File : |
<?php /** * Displays the 404 error page of the theme. */ ?> <?php get_header(); ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php esc_html_e( 'Error 404 - Page NOT Found', 'travelify' ); ?></a></h1> </header> <div class="entry-content clearfix" > <p><?php esc_html_e( 'It seems we can\'t find what you\'re looking for.', 'travelify' ); ?></p> <h3><?php esc_html_e( 'This might be because:', 'travelify' ); ?></h3> <ul> <li><?php esc_html_e( 'You have typed the web address incorrectly', 'travelify' ); ?></li> <li><?php esc_html_e( 'The page you were looking for may have been moved, updated or deleted.', 'travelify' ); ?></li> </ul> <h3><?php esc_html_e( 'Please try the following:', 'travelify' ); ?></h3> <ul> <li><?php esc_html_e( 'Check for a mis-typed URL error', 'travelify' ); ?></li> <li><?php esc_html_e( 'Press the refresh button on your browser.', 'travelify' ); ?></li> <li><?php esc_html_e( 'Go back to', 'travelify' ); ?> <a href="<?php echo esc_url( home_url() ) ?>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php esc_html_e( 'Homepage', 'travelify' ); ?></a></li> </ul> </div><!-- .entry-content --> </div><!-- #content --> <?php get_footer(); ?>