Changeset 4573 for trunk/wp-content/themes/default/archive.php
- Timestamp:
- 12/01/2006 10:26:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/archive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archive.php
r4495 r4573 7 7 <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?> 8 8 <?php /* If this is a category archive */ if (is_category()) { ?> 9 <h2 class="pagetitle">Archive for the '<?php echo single_cat_title(); ?>'Category</h2>9 <h2 class="pagetitle">Archive for the ‘<?php echo single_cat_title(); ?>’ Category</h2> 10 10 11 11 <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
Note: See TracChangeset
for help on using the changeset viewer.