Wordpress Categories of a post – WordPress May 29, 2011 Pramod T P Leave a comment <?php foreach((get_the_category(POST-ID)) as $category) { echo $category->cat_name; } ?>