HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/xpresscleaningservices.com/wp-content/themes/cleeny/404.php
<?php
/**
 * The template for displaying 404 page
 *
 */

get_header();
get_template_part( 'includes/header' , 'page-title' ); ?>
<div class="not-found-area">
	<div class="container">
		<div class="col-md-12">		
			<!-- 404 PAGE -->
			<div class="not-found">
				<div class="not-found-inner">
					<?php global $cleeny_opt; ?>
					<?php if (!empty($cleeny_opt['404_info'])): ?>
						<?php 
							echo wp_kses($cleeny_opt['404_info'], array(
								'br' => array(),
								'h2' => array(),
								'a' => array(
										'href' => array(),
										'title' => array()										
									),
								'strong' => array(),
								'em' => array(),
								'p' => array(),
								'span' => array(),
							));
						?>
					<?php else: ?>
						<h2><?php esc_html_e('404','cleeny')?></h2>
						<p><?php esc_html_e('Oops! The page you are looking for does not exist.','cleeny')?></p>							
					<?php endif; ?>	

				<div class="nf"><a href="<?php echo esc_url(home_url('/'));?>"><?php esc_html_e('Go Home','cleeny')?></a></div>
				</div>
			</div>
			
		
		</div>
	</div>
</div>
<?php get_footer();