File: /var/www/html/pmw24/pmw_live_testing/wp-content/themes/PunjabMotor/404.php
<?php
/**
* The template for displaying 404 pages (not found)
*
* @package WordPress
* @subpackage Punjab_Motor
* @since Punjab Motor 1.0s
*/
get_header(); ?>
<div class="inner_body">
<div class="container">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<section class="error-404 not-found text-center">
<h2 style="text-align:center;">404, Page not found</h2>
<p style="text-align:center;">The Page you are looking for doesn't exist or an other error occurred.</p>
<a class="btn btn-success" href="<?php esc_url( bloginfo('home')); ?>">GO BACK TO THE HOMEPAGE</a>
<?php /*?><header class="page-header">
<h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'ComtechPlus' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">
<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'ComtechPlus' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .page-content --><?php */?>
</section><!-- .error-404 -->
</main><!-- .site-main -->
<?php //get_sidebar( 'content-bottom' ); ?>
</div><!-- .content-area -->
<?php //get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>