• I am using a front-end form to let users select which forum to post to and using php to create a new topic in the back-end with bhp_insert_topic.

    What I’d like to do next is call upon your plugin to associate the post (which is a custom post type) to the new topic that was just created.

    Is there a function, or something, that I can call and pass it an array of values to achieve this?

    Thanks in advance!

    https://wordpress.org/plugins/bbpress-post-topics/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter seamtv

    (@seamtv)

    Sorry for the typo above, it should read ‘bbp_insert_topic’ but my text auto-correct spasmed!

    Thread Starter seamtv

    (@seamtv)

    wow, I really need to stop drinking so much coffee before I post something…

    I forgot to mention that I do create a post (custom post type) FIRST and THEN I call the bbp_insert_topic to create the topic in the back-end. I’d like to use your plugin to somehow associate the two.

    Thanks, again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Back-end topic creation – function to call?’ is closed to new replies.