Changeset 64 for trunk/wp-content/themes/xpress_default/archives.php
- Timestamp:
- Jan 8, 2009, 9:20:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/archives.php
r1 r64 18 18 <?php include (get_template_directory() . '/searchform.php'); ?> 19 19 20 <h2><?php _e('Archives by Month:', ' kubrick'); ?></h2>20 <h2><?php _e('Archives by Month:', 'xpress'); ?></h2> 21 21 <ul> 22 22 <?php wp_get_archives('type=monthly'); ?> 23 23 </ul> 24 24 25 <h2><?php _e('Archives by Subject:', ' kubrick'); ?></h2>25 <h2><?php _e('Archives by Subject:', 'xpress'); ?></h2> 26 26 <ul> 27 27 <?php wp_list_categories(); ?>
Note: See TracChangeset
for help on using the changeset viewer.