I need to get any post category id from the post id(Not for current) Post. How can i ?
Thanks
|
I need to get any post category id from the post id(Not for current) Post. How can i ? Thanks |
|||
|
|
|
You can try this code for getting category id from post id:
|
||||
|
|
|
Take a look at wp_get_post_categories function. It returns an array of categories' ID for specific post.
|
|||
|
|