$my_post = array();
$my_post['post_title'] = "My post";
$my_post['post_content'] = "This is my post";
$my_post['post_status'] = "pending";
$my_post['post_author'] = 1;
$my_post['post_category'] = array(9);
$my_post['tags_input'] = "tags 1, tags 2";
$my_post['post_type'] = "ad_listing";
$post_ids = wp_insert_post($my_post);
There are currently 1 users browsing this thread. (0 members and 1 guests)