Changeset 4038 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/search.php
- Timestamp:
- 09/12/2016 07:10:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/search.php
r848 r4038 9 9 <div id="content" role="main" class="group"> 10 10 <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1> 11 11 12 12 <?php get_search_form(); ?> 13 13 14 14 <?php if ( have_posts() ) : ?> 15 15 16 16 <?php get_template_part( 'navigation-above' ); ?> 17 17 … … 27 27 28 28 <?php get_template_part( 'navigation-below' ); ?> 29 29 30 30 <?php else : // have_posts ?> 31 31 32 32 <div id="post-0" class="post no-results not-found"> 33 33 <h2 class="entry-title"><?php _e( 'We couldn’t find anything!', 'twentyten' ); ?></h2> … … 37 37 </div><!-- .entry-content --> 38 38 </div><!-- #post-0 --> 39 39 40 40 <?php endif; ?> 41 41
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)