kategori adı:

Alıntı
<?php
foreach((get_the_category()) as $category) {
echo $category->cat_name . ' ';
}
?>