<?php /* Template Name: Tag Archive */ ?>
<h2><div class="tagheader">Entries Tagged:
<?php UTW_ShowCurrentTagSet("tagsetcommalist") ?>
</div></h2>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<ul class="utwtags"><li class="utwtags">
<a href="<?php the_permalink() ?>" rel="bookmark"
title="Permanent Link to
<?php the_title(); ?>"><?php the_title(); ?></a></li>
<ul class="utwtags2"><small>(<?php the_time('F jS, Y') ?>)</small></ul>
<ul class="utwtags2">Tagged In:
<?php UTW_ShowTagsForCurrentPost("commalist") ?></ul>
</ul>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2 align="center">Not Found</h2>
<p align="center">
Sorry, but you are looking for something that isn't here.
</p>
<?php endif; ?>
</div>