<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class="postauthor">
<p>Yazar <?php the_author_posts_link(); ?> Tarih <?php the_time('F j, Y'); ?> · <a href="<?php the_permalink(); ?>#comments"><?php comments_number('Yorum Yap', '1 Yorum', '% Yorumlar'); ?></a> <?php edit_post_link('(Düzenle)', '', ''); ?></p>
</div>
<?php the_content(__('Devamını Oku'));?><div style="clear:both;"></div>
<!--
<?php trackback_rdf(); ?>
-->
<div class="singlepostmeta">
<p>Etiketler <?php the_tags('') ?></br>· Kategori <?php the_category(', ') ?></p>
</div>
</div>
<div class="postcomments">
<?php comments_template('',true); ?>
</div>
<?php endwhile; else: ?>
<p>Kriterlere uygun sonuç bulunamadı.</p><?php endif; ?>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>bunu dene.