0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
2.6.0
/
wordpress
/
wp-content
/
themes
/
default
/
[
Home
]
File: archives.php
<?php /* Template Name: Archives */ ?> <?php get_header(); ?> <div id="content" class="widecolumn"> <?php include (TEMPLATEPATH . '/searchform.php'); ?> <h2>Archives by Month:</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <h2>Archives by Subject:</h2> <ul> <?php wp_list_categories(); ?> </ul> </div> <?php get_footer(); ?>