<div class="post-cat">
<?php $category = get_the_category();
if ($category) { echo '<a href="' . get_category_link( $category[0]->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category[0]->name ) . '" ' . '>' . $category[0]->name.'</a>: '; } ?>
</div><!-- POST CATEGORY END -->
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="post-date">By <?php the_author(); ?> - <?php the_time('F j Y') ?> - <?php comments_number('No Comments', '1 Comments', '% Comments'); ?></div><!-- POST DATE END -->