HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
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(); ?>