]> 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 2c304662f331706d6948fe298bfb881abd03bb0c..dba8dbd14927127a069f35b3df87876700c197ce 100644 (file)
@@ -11,14 +11,14 @@ 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>