Sha256: 9762dbdf69a33a6b7bf95b3c2cf6b747daa297685a75a121877bd9a24a04a023

Contents?: true

Size: 617 Bytes

Versions: 3

Compression:

Stored size: 617 Bytes

Contents

<?php
/**
 * The 404 error file.
 *
 * @category  Theme
 * @package   [starter]
 * @author    [Your Name]
 * @copyright 2012 [Your Name]
 */

get_header();
?>
		<article id="post-0" class="post error404 no-results not-found">
			<header class="entry-header">
				<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'starter' ); ?></h1>
			</header>

			<div class="entry-content">
				<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'starter' ); ?></p>
				<?php get_search_form(); ?>
			</div>
		</article>
<?php
	get_footer();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wordpress-starter-0.3 templates/project/404.php
wordpress-starter-0.2 templates/project/404.php
wordpress-starter-0.1 templates/starter/404.php