Sadece ilk kategoriyi basar:

<?php
$category = get_the_category(); 
echo $category[0]->cat_name;
?>
Function Reference/get the category