• 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.