Share Rhymes and Stories
Please share your poetry and stories with the thankyouology community!
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<?php include ‘flashheader.php’; ?>
<div class=”entry”>
<?php the_content(’<p>Read the rest of this entry »</p>’); ?><p><em>~<?php the_author(); ?></em></p>
<?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?>
<br class=”clear” />
<?php comments_rss_link(’RSS 2.0′); ?>
<?php if ((’open’ == $post-> comment_status) && (’open’ == $post->ping_status)) {
// Both Comments and Pings are open ?>
<?php } elseif (!(’open’ == $post-> comment_status) && (’open’ == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can <a href=”<?php trackback_url(); ?> ” rel=”trackback”>trackback</a> from your own site.
<?php } elseif ((’open’ == $post-> comment_status) && !(’open’ == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can <a href=”#respond”>leave a response</a>. Pinging is currently not allowed.
<?php } elseif (!(’open’ == $post-> comment_status) && !(’open’ == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.
<?php } edit_post_link(’Edit this entry.’,”,”); ?>
</small>
</p><?php if (get_the_author_description()) { ?>
<p class=”postmetadata”>
<small><?php the_author_description(); ?></small>
</p><?php } ?>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>



