OwlCyberSecurity - MANAGER
Edit File: 404.php
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Newsvista */ get_header(); ?> <section class="site-section site-error-section error-block-top"> <div class="wrapper"> <h1 class="entry-title entry-title-large"><?php esc_html_e('Dang', 'newsvista'); ?></h1> <div class="site-section-subtitle"> <?php esc_html_e('No page found. Sorry about that, let\'s keep you moving.', 'newsvista'); ?> </div> </div> </section> <section class="site-section site-error-section error-block-middle"> <div class="wrapper"> <div class="column-row"> <div class="column column-12"> <h2 class="entry-title entry-title-large"><?php esc_html_e('Maybe it’s out there, somewhere...', 'newsvista'); ?></h2> <div class="entry-subtitle"> <?php esc_html_e('In the meantime you can go back to on our', 'newsvista'); ?> <a href="<?php echo esc_url(home_url()); ?>"><span class="highlight"><?php esc_html_e('Homepage', 'newsvista'); ?></span></a> </div> </div> </div> </div> </section> <section class="site-section site-error-section error-block-bottom"> <div class="wrapper"> <div class="column-row"> <div class="column column-12"> <h3 class="entry-title entry-title-big"><?php esc_html_e('Still feeling lost? You’re not alone.', 'newsvista'); ?></h3> <p><?php esc_html_e('Enjoy these stories about getting lost, losing things, and finding what you never knew you were looking for.', 'newsvista'); ?></p> </div> </div> </div> </section> <?php get_footer();