b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/themes/elearning-education/
File Upload :
Current File : E:/wordpress/wp-content/themes/elearning-education/404.php

<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @package eLearning Education
 * @subpackage elearning_education
 */

get_header(); ?>

<div class="container">
	<main id="tp_content" role="main">
		<div id="primary" class="content-area">
			<section class="error-404 not-found">
				<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'elearning-education' ); ?></h1>
				<div class="page-content">
					<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'elearning-education' ); ?></p>
					<?php get_search_form(); ?>
				</div>
			</section>
		</div>
	</main>
</div>

<?php get_footer();

Copyright © 2019 by b0y-101