Sha256: 9a09a3e7c4760a453b0c8493a99d46ed828e842f403ed3281de741991b86e663
Contents?: true
Size: 575 Bytes
Versions: 2
Compression:
Stored size: 575 Bytes
Contents
<?php /** * The template for displaying a "No posts found" message. * * @category Theme * @package [foundation] * @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', 'foundation' ); ?></h1> </header> <div class="entry-content"> <p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'foundation' ); ?></p> <?php get_search_form(); ?> </div> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wordpress-starter-0.3 | templates/foundation/content-none.php |
wordpress-starter-0.2 | templates/foundation/content-none.php |