]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/archive.php
Wordpress 2.5.1
[autoinstalls/wordpress.git] / wp-content / themes / default / archive.php
index 769f9abd14a03d0eb2733bc81c5fcfabf439bee8..8ec2e2b58aa61f769f31633e820b8f3741fe19cc 100644 (file)
@@ -1,7 +1,7 @@
 <?php get_header(); ?>
 
        <div id="content" class="narrowcolumn">
-<?php is_tag(); ?>
+
                <?php if (have_posts()) : ?>
 
          <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>