File: /home/vmasmheia229/domains/cindymuscarello.com/html/wp-content/themes/kathy/404.php
<?php
/**
* This template will be used when a page is not found
*
* @since 1.0.0
*/
get_header(); ?>
<article class="post-item no-results-section">
<div class="post-content-container clearfix">
<h1 class="post-title"><?php esc_html_e( 'Page Not Found', 'kathy' ); ?></h1>
<div class="inner-post-content-container">
<div class="post-content">
<p>
<?php echo kathy_wp_kses_escape( sprintf( __('The requested page could not be found or it is currently unavailable.<br/>Please <a href="%s">click here</a> to go to our homepage or use the search form below.', 'kathy'), esc_url( home_url( '/' ) ) ) ); ?>
</p>
<?php get_search_form(); ?>
</div>
</div>
</div>
</article>
<?php get_footer(); ?>