• File: 404.php
  • Full Path: /home/emgeemar/jaimaakhodiyar.co.uk/event-management-20250126043531-20250128011224/404.php
  • File size: 1.27 KB
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * The template for displaying 404 pages (Not Found).
 * @package Event Management
 */
get_header(); ?>

<main role="main" id="skip_content" class="content_box">
    <div class="container">
        <div class="page-content text-center">
            <h1><?php echo esc_html(get_theme_mod('event_management_page_not_found_heading',__('404 Not Found','event-management')));?></h1>
            <p class="text-404"><?php echo esc_html(get_theme_mod('event_management_page_not_found_text',__('Looks like you have taken a wrong turn. Dont worry it happens to the best of us.','event-management')));?></p>
            <?php if( get_theme_mod('event_management_page_not_found_button','Back to Home Page') != ''){ ?>
                <div class="read-moresec mt-3 mb-4 mx-0">
                    <a href="<?php echo esc_url( home_url() ); ?>" class="button py-2 px-3"><?php echo esc_html(get_theme_mod('event_management_page_not_found_button',__('Back to Home Page','event-management')));?><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('event_management_page_not_found_button',__('Back to Home Page','event-management')));?></span></a>
                </div>
            <?php } ?>
        </div>
        <div class="clearfix"></div>
    </div>
</main>

<?php get_footer(); ?>