File: /home/dwauav0tm6jp/hosted/justinnewspod_com/wp-content/themes/viseo-progression/404.php
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package pro
*/
get_header(); ?>
<div id="page-title-pro">
<div class="width-container-pro">
<div id="progression-studios-page-title-container">
<h1 class="page-title"><?php esc_html_e( '404 Error', 'viseo-progression' ); ?></h1>
</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>
<h2><?php esc_html_e( "Oops! That page can’t be found.", 'viseo-progression' ); ?></h2>
<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.", 'viseo-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(); ?>