File: /var/www/ruwebsiteok/wp-content/themes/vw-school-education/404.php
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package VW School Education
*/
get_header(); ?>
<div class="title-box">
<div class="container">
<h1><?php echo esc_html(get_theme_mod('vw_school_education_404_page_title',__('404 Not Found','vw-school-education')));?></h1>
</div>
</div>
<main id="maincontent" role="main" class="content-vw">
<div class="container">
<div class="page-content">
<p class="text-404"><?php echo esc_html(get_theme_mod('vw_school_education_404_page_content',__('Looks like you have taken a wrong turn, Dont worry, it happens to the best of us.','vw-school-education')));?></p>
<?php if( get_theme_mod('vw_school_education_404_page_button_text','Return to the home page') != ''){ ?>
<div class="read-moresec">
<a href="<?php echo esc_url(home_url()); ?>" class="button hvr-sweep-to-right"><?php echo esc_html(get_theme_mod('vw_school_education_404_page_button_text',__('Return to the home page','vw-school-education')));?><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('vw_school_education_404_page_button_text',__('Return to the home page','vw-school-education')));?></span></a>
</div>
<?php } ?>
<div class="clearfix"></div>
</div>
</div>
</main>
<?php get_footer(); ?>