single.php de yazı altına yerleştirebilirsiniz.
Yazı Altına Derken Bunun neresine Yani ?
<?php get_header(); ?>
<div id="content">
<div class="post-container">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php include (TEMPLATEPATH . '/navoptions.php'); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="posttop">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
</div>
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<br />
<?php comments_template(); ?>
</div>
<div class="postbottom">
<div class="metainf">
Yazan by
<?php the_author(); ?>
<?php edit_post_link('Edit', ' | ', ''); ?>
<br/>
Tarih: <b><?php the_time('jS F Y') ?></b> <br/>
Konu:
<?php the_category(', ') ?>
</div>
</div>
</div>
<?php endwhile; else: ?>
<p>Üzgünüm Mesajınız Burada Değil</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>