HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/budilia/budilia.nl/wwwroot/wp-content/themes/forestly/404.php
<?php
/*
 * Template for displaying 404 pages.
 * Forestly displays the list of recent posts and search box for better user experience.
 * 
 * @package forestly
 */

get_header(); ?>

	<div id="primary" class="site-content">
		<div id="content" role="main">
			<article id="post-0" class="post error404 no-results not-found">
				<header class="entry-header">
					<h1 class="entry-title"><?php _e( 'Oops! The requested page doesn\'t exist!', 'forestly' ); ?></h1>
				</header>
				<div class="entry-content">
					<p><?php _e( 'Kindly search your topic below or browse the recent posts.', 'forestly' ); ?></p>
					<?php get_search_form(); ?>	
					<?php the_widget( 'WP_Widget_Recent_Posts' ); ?>
				</div><!-- .entry-content -->
			</article><!-- #post-0 -->
		</div><!-- #content -->
	</div><!-- #primary -->

<?php get_sidebar(); ?>
<?php get_footer(); ?>