Ticket #940: 940.diff
File 940.diff, 437 bytes (added by , 10 years ago) |
---|
-
archive.php
diff --git archive.php archive.php index 58074b4..a16cc90 100755
global $wp_query, $post, $wptv; 65 65 <?php 66 66 $excerpt = get_the_time( get_option( 'date_format' ) ); 67 67 if ( has_excerpt() ) { 68 $excerpt .= ' — ' . get_the_excerpt();68 $excerpt .= ' — ' . get_the_excerpt(); 69 69 } 70 70 echo apply_filters( 'the_excerpt', $excerpt ); 71 71 ?>