File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/openair/post.php
<?php if(!function_exists('wp_list_comments')) { ?>
<div class="post">
<?php } else { ?>
<div <?php post_class(); ?>>
<?php } ?>
<div class="post-top"></div>
<!--
The main content of the page; then the additional links for tagging
-->
<div class="post-content">
<div class="post-title">
<?php if (!is_single()) { ?>
<h2><a href="<?php the_permalink(); ?>" rel="tag"
title="Permanent link to <?php the_title(); ?>"><?php the_title('',''); ?></a>
</h2>
<?php } else { ?>
<h2><?php the_title('',''); ?></h2>
<?php } ?>
<div class="post-date">
<p>
<?php $month = get_the_time('M'); $yr = get_the_time('Y'); ?>
<span class="month"><a href="<?php bloginfo('url'); ?>/<?php echo $yr; ?>/<?php echo $mon; ?>/"><?php echo $month; ?></a> <?php the_time('j'); ?></span><br />
<span class="date"><a href="<?php bloginfo('url'); ?>/<?php echo $yr; ?>/"><?php the_time('Y'); ?></a></span>
</p>
</div>
</div>
<div class="post-main">
<?php trackback_rdf(); ?>
<?php the_content('Click to read more ...'); ?>
<p>
<?php the_tags('Tags: ', ', ', ''); ?>
</p>
<br /><br />
</div>
</div> <!-- end .post-content -->
<!--
The bottom of the post where comments, trackback, category and edit
links are shown.
-->
<div class="post-bottom">
<div class="post-comments">
<p>
<a href="<?php comments_link(); ?>"
title="<?php comments_number('0','1','%'); ?> comments on this post.">
<?php comments_number('0','1','%'); ?>
</a>
</p>
</div>
<div class="post-info">
<a href="<?php trackback_url(display); ?>" title="Trackback">Trackback</a>
•
Posted in <?php the_category(', '); ?>
<?php edit_post_link('Edit','• ',''); ?>
</div>
</div> <!-- end .post-bottom -->
<!--
Navigation links at the bottom to the previous and next pages.
-->
<div class="navigation">
<div class="align-left"><h3><?php previous_post_link('%link','« Previous post') ?></h3></div>
<div class="align-right"><h3><?php next_post_link('%link','Next post »') ?></h3></div>
<br />
</div>
</div> <!-- end .post -->
<!--
The comments.
-->
<?php comments_template(); ?>