i haven’t any clue where to put it. here is the code from what seems to be “the loop” please tell me where to put the bit you said:
<ul class=”post-meta”>
<li class=”post-date”>
<span class=”post-date-month”><?php the_time(‘M’); ?></span>
<span class=”post-date-day”><?php the_time(‘j’); ?></span>
<li class=”post-author”>ID, $authordata->user_nicename); ?>”><?php the_author(); ?>
<?php if ( ‘open’ == $post->comment_status && ‘open’ == $post->ping_status ) : ?>
<li class=”post-comments”>You may leave a reply or “>trackback.
<?php elseif ( ‘open’ == $post->comment_status && ‘closed’ == $post->ping_status ) : ?>
<li class=”post-comments”>You may leave a reply but pinging is closed.
<?php elseif ( ‘closed’ == $post->comment_status && ‘open’ == $post->ping_status ) : ?>
<li class=”post-comments”>You may leave a “>trackback but commenting is closed.
<?php elseif ( ‘closed’ == $post->comment_status && ‘closed’ == $post->ping_status ) : ?>
<li class=”post-comments”>Both commenting and pinging are closed.
<?php endif; ?>
<li class=”post-categories”><?php echo get_the_category_list(‘, ‘); ?>
<?php if ( function_exists(‘the_tags’) ) the_tags(“\t\t\t\t\t\t” . ‘<li class=”post-tags”>’, ‘, ‘, “\n”); edit_post_link(__(‘Edit’), “\t\t\t\t\t\t” . ‘<li class=”post-edit”>’, “\n”); ?>