summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/default/archive.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/default/archive.php')
-rw-r--r--wp-content/themes/default/archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/default/archive.php b/wp-content/themes/default/archive.php
index 769f9ab..8ec2e2b 100644
--- a/wp-content/themes/default/archive.php
+++ b/wp-content/themes/default/archive.php
@@ -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. ?>