HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/fp_santiago/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package  WordPress
 * @file     404.php
 * @author   FairPixels
 * @link 	 http://fairpixels.com
 */
?>
<?php get_header(); ?>

<div id="content" class="full-width error-page">
	
	<div class="error-page-wrap">		
	
		<h1 class="main-color">404</h1>
		<h2><?php _e('Page not found', 'fairpixels');?></h2>	
		<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Head back to the home page to find your way or try searching something else.', 'fairpixels' ); ?></p>
		<?php get_search_form(); ?>			
		<?php the_widget('WP_Widget_Recent_Posts', array('number' => 3), array('before_title' => '<h4>', 'after_title' => '</h4>')); ?>
	</div>

</div><!-- /content -->

<?php get_footer(); ?>