How to get Category Id from Post Id ?

You can try this code for getting category id from post id:

global $post;
$category_detail=get_the_category( $post->ID );

Leave a Comment

error code: 523