<?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="date">
<div class="dateleft">
<p><span class="time"><?php the_time('F j, Y'); ?></span> <?php edit_post_link('(Düzenle)', '', ''); ?> <br />
Oyun Kategorisi
<?php the_category(', ') ?></p>
</div>
<div class="dateright">
<p><span class="Yap Yorum"><strong>Bu Oyuna Oy Ver</strong></span><?php if(function_exists('the_ratings')) { the_ratings(); } ?></p>
</div>
</div><center>
<?php the_content(__('Devamını Oku...'));?><div style="clear:both;"></div>
</center>
<div class="postmeta">
<p><span class="tags">Etiketler: <?php the_tags('') ?></span></p>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<p><?php _e('Üzgünüm, kriterinize uygun oyun bulunamadı.'); ?></p><?php endif; ?>
</div>
<div class="comments">
<h4>Yorumlar</h4>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar_right.php");?>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>
bulamadım hocam