~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-content/themes/twentytwelve/content-none.php

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * The template for displaying a "No posts found" message
 
4
 *
 
5
 * @package WordPress
 
6
 * @subpackage Twenty_Twelve
 
7
 * @since Twenty Twelve 1.0
 
8
 */
 
9
?>
 
10
 
 
11
        <article id="post-0" class="post no-results not-found">
 
12
                <header class="entry-header">
 
13
                        <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>
 
14
                </header>
 
15
 
 
16
                <div class="entry-content">
 
17
                        <p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
 
18
                        <?php get_search_form(); ?>
 
19
                </div><!-- .entry-content -->
 
20
        </article><!-- #post-0 -->