Sha256: 9110fb8a73606ca07182c90034b40ee85b9b13729377ae46392a1b400a8283c5

Contents?: true

Size: 566 Bytes

Versions: 3

Compression:

Stored size: 566 Bytes

Contents

<?php
/**
 * The template for displaying a "No posts found" message.
 *
 * @category  Theme
 * @package   [starter]
 * @author    [Your Name]
 * @copyright 2012 [Your Name]
 */
?>

	<article id="post-0" class="post no-results not-found">
		<header class="entry-header">
			<h1 class="entry-title"><?php _e( 'Nothing Found', 'starter' ); ?></h1>
		</header>

		<div class="entry-content">
			<p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'starter' ); ?></p>
			<?php get_search_form(); ?>
		</div>
	</article>

Version data entries

3 entries across 3 versions & 1 rubygems

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