Etiketler için :

<?php if (function_exists('the_tags')) { ?><strong>Etiketler: </strong><?php the_tags('', ', ', ''); ?><br /><?php } ?>

olması lazım.

Kategori için:

<p>Kategori - <?php the_category(', ') ?></p>