In your Main template, you have a line like this: <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
Put in the tags from that which you don’t have.
(If I understand your question right)