Bu kodu index.php içine ekleyebilirsin. Genelde <div class="entry"> div tanımlamasından sonra yazılır
<p class="postmetadata">Tarih: <?php the_time('d.m.Y') ?> Kategori: <?php the_category(', ') ?> Yazar: <?php the_author() ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('<b>Yorum Yaz »</b>', '<b>1 Yorum »</b>', '<b>% Yorum »</b>'); ?>