File: /home/mmickelson/theflexguys.com/baronconstruct/wp-content/themes/black-letterhead/post.php
<div class="post">
<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent link to <?php the_title();?>"><?php the_title(); ?></a></h2>
<small>Posted in <?php the_category(', '); ?> on <?php the_time('F jS, Y'); ?> by <?php the_author(); ?></small>
<div class="entry">
<?php the_content('Read more »'); ?></div>
<small><?php the_tags('Tags: ', ', ', '<br />'); ?></small>
<p class="postmetadata"><?php edit_post_link('Edit','',' | '); ?><?php comments_popup_link(' Leave A Comment »', '1 Comment »', '% Comments »'); ?></p>
<?php trackback_rdf(); ?>
</div>