Changeset 13816 for trunk/wp-content/themes/twentyten/search.php
- Timestamp:
- 03/25/2010 10:04:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/search.php
r13720 r13816 6 6 <?php if ( have_posts() ) : ?> 7 7 <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1> 8 <?php get_generic_template( 'loop', 'search' ); ?> 8 <?php 9 /* Run the loop for the search to output the results. 10 * If you want to overload this in a child theme then include a file 11 * called loop-search.php and that will be used instead. 12 */ 13 get_template_part( 'loop', 'search' ); 14 ?> 9 15 <?php else : ?> 10 16 <div id="post-0" class="post no-results not-found">
Note: See TracChangeset
for help on using the changeset viewer.