Temanda single.php ve index.php de şu kodu uygun yere koyman gerekli..
<p class="submeta">Yazan <strong><?php the_author(); ?></strong> 
         <?php 
         if(function_exists("the_tags"))
         the_tags('\\\\ Etiketler: ', ', ', '<br />');                     
         ?>
         </p>
Aşağıda verdiğim kodun altına ekleyebilirsin
<div class="postdata"><span class="category"><?php the_category(', ') ?></span>  <span class="comments"><?php comments_popup_link('Yorum Yapılmamış »', '1 Comment »', '% Comments »'); ?></span></div>