Multiple Post type in wp_insert function
-
Hi, i have using wp_insert function to publish a post using a template, I wished to insert the same post into 2 post type
first post type is Post
second post type is stories‘post_type’ => array(‘post’,’stories’),
I tried using this function but I only insert in post section I want to insert the post in 2nd post type can u help me with this
Thank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Multiple Post type in wp_insert function’ is closed to new replies.