Changeset 4495 for trunk/wp-content/themes/default/archives.php
- Timestamp:
- 11/19/2006 07:56:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archives.php
r3706 r4495 12 12 13 13 <h2>Archives by Month:</h2> 14 15 16 14 <ul> 15 <?php wp_get_archives('type=monthly'); ?> 16 </ul> 17 17 18 18 <h2>Archives by Subject:</h2> 19 20 21 19 <ul> 20 <?php wp_list_categories(); ?> 21 </ul> 22 22 23 23 </div>
Note: See TracChangeset
for help on using the changeset viewer.