Where would you put it in here.
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”post-top”>
<div class=”post-title”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php if ( function_exists(‘the_title_attribute’)) the_title_attribute(); else the_title(); ?>”><?php the_title(); ?></h2>
<h3>
Filed Under (<?php the_category(‘, ‘) ?>) by <?php the_author() ?> on <?php the_time(‘d-m-Y’) ?>
</h3>
<?php if ( function_exists(‘the_tags’)) the_tags(‘<h3 class=”tags”><span>Tagged Under : </span>’, ‘, ‘, ‘ </h3>’); ?>
</div>
</div>
<div class=”entry clear”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
<div class=”postmetadata”>
<div class=”alignleft”>
<?php comments_popup_link(‘No Comments’, ‘<span>(1)</span> Comment’, ‘<span>(%)</span> Comments’); ?>
<?php edit_post_link(‘Edit’, ‘ ‘, ”); ?>
</div>
<div class=”alignright”>” >Read More</div>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, nothing came up. Try looking through the keyword tags</p>
<?php endif; ?>
</div>
<?php get_footer(); ?>