Получите первую кошку PHP WP

<?php
$category = get_the_category(); 
echo $category[0]->cat_name;
Andrew Lautenbach