<?php get_header(); ?>

<div id="contentwrapper"><div id="content">

<div class="adsense_top"><?php include (TEMPLATEPATH . '/adsense_top.php'); ?></div>

<?php if (have_posts()) : ?>

<?php while (have_posts()) : the_post(); ?>

<div class="post">
<h2 class="postTitle"><a rel="nofollow" href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<div class="postMeta">
<span class="date"><?php the_time('j F Y l') ?></span> ,
Kategori: <span class="filed"><?php the_category(', '); ?></span>
</div>
<div class="postContent"><?php the_content('[Devamını Okuyun...]'); ?></div>
<p class="comments"><?php comments_popup_link('Yorum Bırakın', 'Yorum (1)', 'Yorum (%)'); ?></p>
</div> <!-- Closes Post -->

<?php endwhile; ?>

<?php else : ?>

<div class="post">
<h2 class="center">Bulunamadı.</h2>
<p class="center">Üzgünüz,aradığını içerik bulunamadı.</p>
</div> <!-- Closes Post -->

<?php endif; ?>


<div id="nextprevious">
<div class="left"><?php posts_nav_link('','','&laquo; Önceki sayfalar') ?>&nbsp;&nbsp;</div>
<div class="right"><?php posts_nav_link('','Sonraki sayfalar &raquo;','') ?></div>
</div>

</div></div> <!-- Closes Content -->

<?php get_sidebar(); ?>

<div class="cleared"></div>

</div> <!-- Closes Main -->

<?php get_footer(); ?>