Для початку покладіть код у файл [php]functions.php[/php]: [php] function get_cat_slug($cat_id) { $cat_id = (int) $cat_id; $category = &get_category($cat_id); return $category->slug; }…
Tag
Для початку покладіть код у файл [php]functions.php[/php]: [php] function get_cat_slug($cat_id) { $cat_id = (int) $cat_id; $category = &get_category($cat_id); return $category->slug; }…