Changeset 4166
- Timestamp:
- 09/07/2006 12:25:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archive.php
r3517 r4166 17 17 <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> 18 18 <h2 class="pagetitle">Archive for <?php the_time('Y'); ?></h2> 19 20 <?php /* If this is a search */ } elseif (is_search()) { ?>21 <h2 class="pagetitle">Search Results</h2>22 19 23 20 <?php /* If this is an author archive */ } elseif (is_author()) { ?>
Note: See TracChangeset
for help on using the changeset viewer.