<?php get_header(); ?>
<div class="col1" style="width:680px;">
<?php if (have_posts()) : ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« Önceki : %link');?></div>
<div class="alignright"><?php next_post_link('%link : Sonraki »');?></div><br />
</div>
<?php while (have_posts()) : the_post(); ?>
<div class="post-alt blog" id="post-<?php the_ID(); ?>">
<h3><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<p class="posted">Tarih : <?php the_time('d F Y'); ?>, Yazan : <?php the_author(); ?></p>
<div class="entry">
<div class="tekil_reklam_alani">
<?php $yol = "wp-content/themes/".get_option('template').'/ReklamAlanlari/tekil_reklam_alani.php'; include($yol); ?>
</div>
<?php the_content('<span class="continue">Devamini Oku</span>'); ?>
<strong style="color:#CCCCCC;">Kategori | <?php the_category(', ') ?></strong>
<?php if (function_exists('the_tags')) { ?><div class="singletags"><?php the_tags('Etiketler | ', ', ', ''); ?></div><?php } ?>
</div>
</div><!--/post-->
<center><?php if(function_exists('the_ratings')){ the_ratings(); } ?></center>
<div id="comment">
<?php comments_template(); ?>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div><!--/col1-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>