File: /home/graninbottega/www.graninbottega.it/public/wp-content/themes/white-rock-progression/404.php
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package pro
*/
get_header(); ?>
<div id="page-title-pro">
<div id="progression-studios-page-title-container">
<div class="width-container-pro">
<h1 class="page-title"><?php esc_html_e( '404 Error', 'white-rock-progression' ); ?></h1>
<div id="page-title-divider-option"></div>
</div>
<div class="clearfix-pro"></div>
</div>
</div><!-- #page-title-pro -->
<div id="content-pro">
<div id="error-page-index">
<div class="width-container-pro">
<br>
<p><?php esc_html_e( "Sorry, We couldn’t find the page you’re looking for. Maybe Try one of the links in the navigation or a search.", 'white-rock-progression' ); ?></p>
<?php get_search_form(); ?>
<br>
<div class="clearfix-pro"></div>
</div><!-- close .width-container-pro -->
</div><!-- close #error-page-index -->
</div><!-- #content-pro -->
<?php get_footer(); ?>