Changeset 21437 for trunk/wp-content/themes/twentytwelve/content.php
- Timestamp:
- 08/05/2012 10:27:22 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentytwelve/content.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/content.php
r21263 r21437 31 31 </header><!-- .entry-header --> 32 32 33 <?php if ( is_search() ) : // Only display Excerpts for Search ?> 34 <div class="entry-summary"> 35 <?php the_excerpt(); ?> 36 </div><!-- .entry-summary --> 37 <?php else : ?> 33 38 <div class="entry-content"> 34 39 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?> 35 40 <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?> 36 41 </div><!-- .entry-content --> 42 <?php endif; ?> 37 43 38 44 <footer class="entry-meta">
Note: See TracChangeset
for help on using the changeset viewer.