// Create post objects $my_post = array(); $my_post[\'post_title\'] = \'Main Blog Post Title\'; $my_post[\'post_content\'] = \'Main Blog Post Content
$post_id = wp_insert_post($my_post); stick_post($post_id);