HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //old_home_backup/vinylsingles.co.uk/public_html/wp-content/themes/advance/404.php
<?php 
/**
 * The template for displaying 404 pages (Not Found)
 *
 * @package Imonthemes
 * @subpackage advance
 *
 */

get_header(); ?>
<!-- head select -->   
	
        <?php get_template_part('headers/part','headsingle'); ?>
<!-- / head select --> 
<div class="row">
<div class="large-12">
	
		<div class="error1">
			<h1 class="error2"><?php _e( '404', 'advance' ); ?></h1>
            <h4><?php _e( 'Page not found!', 'advance' ); ?></h4>
			 <a> <?php _e( "Can't find what you need? Take a moment and do a search below!", 'advance' ); ?></a>
             <div id="error3">
             <?php get_search_form(); ?></div>
             
				<br /><br /><br />
              
			<a class="gray_btn" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php _e( 'Or Return home?', 'advance' ); ?></a>
		</div>	
		
	</div>
    
    </div>

<?php get_footer(); ?>