SyntaxFix
Write A Post
Hire A Developer
Questions
You can try using get_the_category():
get_the_category()
$categories = get_the_category(); $category_id = $categories[0]->cat_ID;