Uh… from what I see, you have already done what you wanted. Care to elaborate more?
Actually I didn’t fix anything. 🙁 That’s the way it’s been. I want to add more stuff.
Well… since I’m not sure what you want done, I’ll just point you to where the codes to change/add to are. It’s in index.php.
<p class="info">
<?php if ($post->post_excerpt != "") { ?><a href="<?php the_permalink() ?>" class="more">Continue Reading</a><?php } ?>
<?php comments_popup_link('Add comment', '1 comment', '% comments', 'commentlink', ''); ?>
<em class="date"><?php the_time('F jS, Y') ?><!-- at <?php the_time('h:ia') ?>--></em>
<!--<em class="author"><?php the_author(); ?></em>-->
<?php edit_post_link('Edit','<span class="editlink">','</span>'); ?>