Sha256: 0da4f828b06519baf157213418ca2626045e91bc8747e22adcd8733a046a238c

Contents?: true

Size: 572 Bytes

Versions: 1

Compression:

Stored size: 572 Bytes

Contents

<?php
/**
 * The template for displaying a "No posts found" message.
 *
 * @category  Theme
 * @package   [bootstrap]
 * @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', 'bootstrap' ); ?></h1>
		</header>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wordpress-starter-0.3 templates/bootstrap/content-none.php