Changeset 5996
- Timestamp:
- 08/30/2007 07:54:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archive.php
r5664 r5996 9 9 <h2 class="pagetitle">Archive for the ‘<?php single_cat_title(); ?>’ Category</h2> 10 10 <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> 11 <h2 class="pagetitle">Posts Tagged ‘<?php single_ cat_title(); ?>’</h2>11 <h2 class="pagetitle">Posts Tagged ‘<?php single_tag_title(); ?>’</h2> 12 12 <?php /* If this is a daily archive */ } elseif (is_day()) { ?> 13 13 <h2 class="pagetitle">Archive for <?php the_time('F jS, Y'); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.