HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/ivenusin/public_html/wp-content/themes/ivenus/404.php
<?php

/**

 * The template for displaying 404 pages (not found)

 *

 * @link https://codex.wordpress.org/Creating_an_Error_404_Page

 */
get_header();
$global_desktop_banner = get_theme_mod( 'ivenus_desktop_banner' );
$global_mobile_banner = get_theme_mod( 'ivenus_mobile_banner' );
								 
?>
<!-- Start Main Banner Area -->
<div class="banner-section no-overlay item-bg3" style="background-image: url('<?php echo $global_desktop_banner; ?>');"></div>
<div class="banner-section no-overlay item-bg3 mobile" style="background-image: url('<?php echo $global_mobile_banner; ?>');"></div>
<!-- EnD Main Banner Area -->

<!-- START MAIN CONTENT -->	
<section>
	<div class="container">
		<div class="row mt-5 pt-5 pb-5 mb-5">
			<div class="col-sm-12" style="text-align: center;">
				<h3 class="title text-uppercase">404 Page</h3>
			</div>
			<div class="clearfix"></div>
			<div class="cms-section col-sm-12" style="text-align: center;">	
				<div class="error-404 not-found">
					<header class="page-header">
						<h1 class="page-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'ivenus' ); ?></h1>
					</header><!-- .page-header -->
					<div class="page-content">
						<h4><a href="https://ivenus.in/" style="text-align: center; text-decoration: underline;"><?php _e( 'Please Visit Our Store', 'ivenus' ); ?></a></h4>
						
						<?php //get_search_form(); ?>
					</div><!-- .page-content -->
				</div><!-- .error-404 -->
			</div>
		</div>
	</div>  
</section>  
<!-- END MAIN CONTENT -->
<?php get_footer(); ?>