Hi, I'm trying to create new thread in my forum (SMF) when user creates new post in wordpress. I found this thread where someone shows how it's done.
So I tried to create new thread to my forum in wp-admin\includes\post.php wp_write_post()-function but looks like it never gets called. When I create new post in WP, it actually calls edit_post()-in that file. I've never used (or coded) wordpress before so that's why is this happening?