Changeset 14544 for trunk/wp-content/themes/twentyten/archive.php
- Timestamp:
- 05/10/2010 08:30:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/archive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/archive.php
r13885 r14544 21 21 <?php the_post(); ?> 22 22 23 <h1 class="page-title"> 23 24 <?php if ( is_day() ) : ?> 24 < h1 class="page-title"><?php printf( __( 'Daily Archives: <span>%s</span>', 'twentyten' ), get_the_date() ); ?></h1>25 <?php printf( __( 'Daily Archives: <span>%s</span>', 'twentyten' ), get_the_date() ); ?> 25 26 <?php elseif ( is_month() ) : ?> 26 < h1 class="page-title"><?php printf( __( 'Monthly Archives: <span>%s</span>', 'twentyten' ), get_the_date('F Y') ); ?></h1>27 <?php printf( __( 'Monthly Archives: <span>%s</span>', 'twentyten' ), get_the_date('F Y') ); ?> 27 28 <?php elseif ( is_year() ) : ?> 28 < h1 class="page-title"><?php printf( __( 'Yearly Archives: <span>%s</span>', 'twentyten' ), get_the_date('Y') ); ?></h1>29 <?php printf( __( 'Yearly Archives: <span>%s</span>', 'twentyten' ), get_the_date('Y') ); ?> 29 30 <?php else : ?> 30 < h1 class="page-title"><?php _e( 'Blog Archives', 'twentyten' ); ?></h1>31 <?php _e( 'Blog Archives', 'twentyten' ); ?> 31 32 <?php endif; ?> 32 33 </h1> 33 34 <?php rewind_posts(); ?> 34 35 <?php
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)