Title: Update posts category
Last modified: August 20, 2016

---

# Update posts category

 *  [hundevadt](https://wordpress.org/support/users/hundevadt/)
 * (@hundevadt)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/update-posts-category/)
 * Hi
 * I try to make lottery.
    I would like to move the winners in a new category
 *     ```
       $data = array('ID' => $postid,'post_category' => array("58"));
       wp_update_post($data);
       ```
   
 * print_r says:
    Array ( [ID] => 1106 [post_category] => Array ( [0] => 58 ) ) 
   1
 * thank you!

The topic ‘Update posts category’ is closed to new replies.

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 0 replies
 * 1 participant
 * Last reply from: [hundevadt](https://wordpress.org/support/users/hundevadt/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/update-posts-category/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
