Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
summer
/
wp-content
/
themes
/
peakie-2016
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 404.php
<?php get_header(); ?> <main role="main"> <section id="post-404" class="home-content-info-group"> <div class="category-content-inner-wrapper"> <div class="category-content"> <h2><?php _e( 'The page you are looking for has not been found', 'peakie-2015' ); ?></h2> <h3>Error 404</h3> <p>Sorry you have not reached the page you requested. This could be because of a spelling error or the page has been moved or deleted.</p> <p>Here is a short list of popular pages or you can try using the search box below:</p> <h3><a href="<?php echo home_url(); ?>"><?php _e( 'Home page', 'peakie-2016' ); ?></a></h3> <h3><a href="https://www.mountainpassions.com/summer/category/summer-resorts/">Summer Resorts</a></h3> <h3><a href="https://www.mountainpassions.com/summer/scenic-touring/route-des-grandes-alpes-1/">Route des Grandes Alpes</a></h3> <h3><a href="https://www.mountainpassions.com/summer/summer-activities/vanoise-walking-tour/">Vanoise Walking Tour</a></h3> <h3><a href="https://www.mountainpassions.com/summer/mountain-living/traditional-alpine-chalet/">Traditional Alpine Chalet</a></h3> <h3><a href="https://www.mountainpassions.com/summer/category/summer-activities/">Summer Activities Index Page</a></h3> </div> </div> <div class="category-content-inner-wrapper"> <div class="category-content"> <?php get_search_form(); ?> <p>Sorry for any inconvenience caused and thank you for your patience.</p> </div> </div> </section> <!-- /article --> </main> <?php get_footer(); ?>
Save
Cancel