$post_id = wp_insert_post($new_post); wp_set_object_terms( $post_id, 'term', 'categorie' );. You can pass set multiple terms by passing array of term.
確定! 回上一頁