]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/archives.php
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-content / themes / default / archives.php
index ae9d8dd293457fb36fbd6e826b48a6fca17f5cf4..dba8dbd14927127a069f35b3df87876700c197ce 100644 (file)
@@ -11,15 +11,15 @@ Template Name: Archives
 <?php include (TEMPLATEPATH . '/searchform.php'); ?>
 
 <h2>Archives by Month:</h2>
-  <ul>
-    <?php wp_get_archives('type=monthly'); ?>
-  </ul>
+       <ul>
+               <?php wp_get_archives('type=monthly'); ?>
+       </ul>
 
 <h2>Archives by Subject:</h2>
-  <ul>
-     <?php wp_list_cats(); ?>
-  </ul>
+       <ul>
+                <?php wp_list_categories(); ?>
+       </ul>
 
-</div> 
+</div>
 
 <?php get_footer(); ?>