Sha256: d52d0b556ab65fccefb4af1ed4a703ea84f4b8d885a028296ab1064ccf706ed4

Contents?: true

Size: 626 Bytes

Versions: 2

Compression:

Stored size: 626 Bytes

Contents

<?php
/**
 * The 404 error file.
 *
 * @category  Theme
 * @package   [foundation]
 * @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?', 'foundation' ); ?></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.', 'foundation' ); ?></p>
				<?php get_search_form(); ?>
			</div>
		</article>
<?php
	get_footer();

Version data entries

2 entries across 2 versions & 1 rubygems

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