ilk kategori adı için bunu deneyin:

<?php
$cat = get_the_category();
$cat = $cat[0];
$postname = $cat->cat_name;
?>