How to get new category id?
-
Hi
Thanks for good plugin.
I try to wp_insert_post when creating category by this plugin.
But I can’t get new category id.
If you know plz tell me. T.T1) I try get category again. And insert that code into post category id (array($new_cat_ID2)). But it doesn’t work.
$new_cat_ID2 = get_cat_ID($category);2) And I try below code after wp_insert_post. But it doesn’t
$newpost_id=wp_insert_post($my_post);
wp_set_post_terms( $newpost_id, array($new_cat_ID2), ‘category’ );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to get new category id?’ is closed to new replies.