Which of the following is the correct way to
assign a category to a WordPress post?
Answers:
1.
wp_set_post_categories($postId,$categories)
2.
wp_set_category($catId,$postId)
3.
By XML-RPC call to
wpc.newPost
4.
This is not possible