• Hello,
    I want to save comments as a normal comment and also as a post.
    If someone comments a post I want that comment also saved as a normal post.

    What do you think would be the best way to do so?

    I’d be glad for any help!

    Greets,
    joh

Viewing 1 replies (of 1 total)
  • I’m not aware of such a plugin so you’ll probably have to develop or to find someone to develop such a custom plugin. What you want is easily achieveble but will require coding.
    The steps are: hook to the comment add (you’ll probably have to use comment_post hook)
    Then the script triggered by that hook will have to get the values from the comment and save them as a post check wp_insert_post for info on how to insert a post using a script(function)

Viewing 1 replies (of 1 total)

The topic ‘Save Comment as Post’ is closed to new replies.