<?php $category_id = 21; //use your own category id $category = get_category( $category_id ); echo $category->name; echo $category->cat_ID; //print_r($category); //to get all the properties of the $category ?>