Insert Post and featured image
-
Hi,
I am creating a post with wp_insert_post and want to set a featured image simultaneously. But to set a featured image I need the postID. The problem is I do not have any postID.
It is all in the functions.php.I tied things like:
set_post_thumbnail( wp_insert_post($post), $thumbnail_id );
But is does not work. Any ideas?Thanks and regards
Nico
- The topic ‘Insert Post and featured image’ is closed to new replies.