summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-content/themes/default/archives.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-content/themes/default/archives.php')
-rw-r--r--wp-inst/wp-content/themes/default/archives.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/wp-inst/wp-content/themes/default/archives.php b/wp-inst/wp-content/themes/default/archives.php
deleted file mode 100644
index de6c07c..0000000
--- a/wp-inst/wp-content/themes/default/archives.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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(); ?>