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’t find what you’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(); ?>