<div class=”post”>
<h1>”><?php the_title(); ?></h1>
<small><b>Posted:</b> <?php the_time(‘F jS, Y’) ?> | <b>Author:</b> <?php the_author_posts_link(); ?> | <b>Filed under:</b> <?php the_category(‘, ‘) ?> <?php the_tags(‘ | <b>Tags:</b> ‘, ‘, ‘, ”); ?> <?php if ( $user_ID ) :
?> | <b>Modify:</b> <?php edit_post_link(); ?> <?php endif; ?>| <?php comments_popup_link(‘No Comments ?’, ‘1 Comment ?’, ‘% Comments ?’); ?></small>
<?php the_content(‘Read the rest of this entry ?’); ?>
<hr/>
</div>
This div has a few different things to look at, if you want to take out filed under then remove: <b>Filed under:</b> <?php the_category(‘, ‘) ?>
etc…