You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
666 B

<?php
/**
* The template for displaying 404 single pages (Not Found).
*
* @package WordPress
* @subpackage Fruitful theme
* @since Fruitful theme 1.0
*/
?>
<article id="post-0" <?php post_class('post error404 not-found'); ?>>
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'fruitful' ); ?></h1>
</header><!-- .entry-header -->
<div class="entry-content 404-content">
<p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'fruitful' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .entry-content -->
</article><!-- #post -->