wp_set_post_terms ( $post_id , 'new tag' , 'post_tag' , true );. // add a category. $categories = wp_get_post_categories( $post_id );.
確定! 回上一頁