Forums
(@ken_rosaka)
16 years, 2 months ago
Hi there, I think I got the answer:
Retrieve from: https://monoooki.net/blog/wordpress/656
The Function:
<?php function get_cat_slug($cat_id) { $cat_id = (int) $cat_id; $category = &get_category($cat_id); return $category->slug; } ?>