Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
$category = get_the_category(get_the_ID());
$cat_id = get_cat_ID($category[0]->cat_name);
echo $cat_id;
$categories = get_the_category(); // Внутри цикла
$cat_id = $categories[0]->cat_ID // ID самой категории
$parent_id = $categories[0]->category_parent // ID категории-родителя, если нужен
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question