File: /home/mmickelson/theflexguys.com/baronconstruct/wp-content/themes/monotone/post.php
<div id="container">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute( array( 'before' => __( 'Permanent Link to', 'monotone' ) . ' ' ) ); ?>"><?php the_title(); ?></a></h2>
<div id="postmetadata">
<div class="sleeve">
<?php if ( ! is_page() ) { ?>
<p><?php printf( __( 'By %1$s', 'monotone' ), '<cite>' . get_the_author() . '</cite>' ); ?></p>
<p><small><a href="<?php echo get_month_link(get_the_time('Y'), get_the_time('m')); ?>"><?php the_time('M d Y') ?></a></small></p>
<p><?php the_tags( __( 'tags: ', 'monotone' ), ', ', '<br />' ); ?></p>
<p><?php _e( 'Category: ', 'monotone' ); the_category(', ') ?></p>
<p><?php edit_post_link( __( 'Edit This Post', 'monotone' ), '', ''); ?></p>
<p><?php comments_popup_link( __( 'Leave a Comment »', 'monotone' ), __( '1 Comment »', 'monotone' ), __( '% Comments »', 'monotone' ) ); ?></p>
<?php } else { ?>
<p><?php edit_post_link( 'Edit This Page', '', ''); ?></p>
<?php } ?>
</div>
</div>
<div id="post">
<div class="sleeve">
<?php the_content( __( 'Read the rest of this entry »', 'monotone' ) ); ?>
</div>
</div>
<?php if ( is_single() ) { ?>
<div class="navigation">
<div class="prev"><?php next_post_link( '%link', '‹' ); ?></div>
<div class="next"><?php previous_post_link( '%link', '›' ); ?></div>
</div>
<?php comments_template();
} ?>
</div>