[wp-trac] [WordPress Trac] #21462: Twenty Twelve: Show excerpt on search result page.

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 3 21:44:55 UTC 2012


#21462: Twenty Twelve: Show excerpt on search result page.
---------------------------+-----------------------------
 Reporter:  bradthomas127  |      Owner:
     Type:  enhancement    |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:
 Severity:  normal         |   Keywords:
---------------------------+-----------------------------
 Think it would be better to just show the excerpt when the search result
 page is being displayed.


 {{{
 <?php if ( is_search() ) : // Display Excerpts for Search ?>
 <div class="entry-summary">
         <?php the_excerpt(); ?>
 </div><!-- .entry-summary -->
 <?php else : ?>
         <div class="entry-content">
                 <?php the_content( __( 'Continue reading <span class
 ="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?>
                 <?php wp_link_pages( array( 'before' => '<div class="page-
 links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?>
         </div><!-- .entry-content -->
 <?php endif; ?>
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21462>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list