rendered paste body<!-- post -->
<?php if(is_category() || is_day() || is_month() || is_year() || is_search() || is_tag()) { ?>
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<div class="post-text">
<div class="post-title">
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<?php edit_post_link('Edit Post', '<span class="alignright">', '</span>'); ?>
<span class="post-categories">about <?php the_category(', ') ?></span>
<span class="post-author">written by <?php the_author_posts_link() ?></span>
</div>
<?php the_excerpt(); ?>
</div>
<div class="post-foot">
<?php comments_popup_link('0 Comments', '1 Comment', '% Comments','comments-link',''); ?>
<div class="post-meta">
<div class="post-tags"><?php the_tags('tagged ', ', ', ''); ?></div>
</div>
</div>
<?php comments_template(); ?>
</div>
<?php } else { ?>
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<div class="post-text">
<div class="post-title">
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<?php edit_post_link('Edit Post', '<span class="alignright">', '</span>'); ?>
<span class="post-date"><?php the_time('j M, Y'); ?></span>
<span class="post-categories">in <?php the_category(', ') ?></span>
<span class="post-author">by <?php the_author_posts_link() ?></span>
</div>
<?php the_content('<p><b>Continue Reading »</b></p>'); ?>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show-faces=true&width=500&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>
<div class="post-pages"><?php wp_link_pages('before=<div class="post-pages">Pages:&after=</div>&next_or_number=number&pagelink=<span>%</span>'); ?></div>
</div>
<div class="post-foot">
<?php comments_popup_link('0 Comments', '1 Comment', '% Comments','comments-link',''); ?>
<div class="post-meta">
<div class="post-tags"><?php the_tags('tagged ', ', ', ''); ?></div>
<!--/post -->