Burda tarih var..

İçeriği tıkladığımda hiç bir yerde tarih yok. Tarih olmasını sağlamak istiyorum Herhangi bir yerde olabilir

8
●78


<?php
get_header();
if (have_posts()) : the_post();
?>
<div class="page_bread" style="background-image:url(<?php echo cs_get_option('pageback'); ?>)">
<div class="wrap">
<?php
if (function_exists('temavadisi_navigasyon'))
temavadisi_navigasyon();
?>
</div>
</div>
<div class="page_title">
<div class="wrap">
<h1><?php the_title(); ?></h1>
</div>
</div>
<div id="yazi_content">
<div class="wrap">
<div class="content col span8">
<div class="yazi_icerik"><?php the_content(); ?></div>
<?php if(has_tag()) { ?>
<div class="etiketler">
<?php
the_tags( '<i class="icon-tags"></i> ', ', ', '');
?>
</div>
<?php } ?>
<?php get_template_part('/parts/paylas'); ?>
<?php comments_template(); ?>
</div>
<?php get_sidebar(); ?>
</div>
<div class="clear"></div>
</div>
<?php
else : endif;
get_footer();
?>