<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php include(TEMPLATEPATH.”/breadcrumb.php”);?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”headline”>
<div class=”headlineleft”>
<h1><?php the_title(); ?></h1>
</div>
<div class=”headlineright”>
<p>#respond”><?php comments_number(‘0’, ‘1’, ‘%’); ?></p>
</div>
</div>
<div style=”height:0px;clear:both;”></div>
<?php the_content(__(‘Read more’));?><div style=”clear:both;”></div>
<div class=”postmeta”>
<p>Posted by <?php the_author_posts_link(); ?> on <?php the_time(‘l, F j, Y’); ?> at <?php the_time(‘g:i a’); ?> <?php edit_post_link(‘(Edit)’, ”, ”); ?>
Filed under <?php the_category(‘, ‘) ?> · Tagged with <?php the_tags(”) ?></p>
</div>
<!–
<?php trackback_rdf(); ?>
–>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
</div>
<?php comments_template(”,true); ?>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<!– The main column ends –>
<?php get_footer(); ?>