Languages: English • 한국어 • Italiano • (Add your language)
Retrieve the name of a category from its ID.
<?php get_cat_name( $cat_id ) ?>
<?php echo get_cat_name(4);?>
returns the name for the category with the id '4'.
Since: 1.0.0
get_cat_name() is located in wp-includes/category.php
.