Title: Save Comment as Post
Last modified: August 22, 2016

---

# Save Comment as Post

 *  [joh3](https://wordpress.org/support/users/joh3/)
 * (@joh3)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/save-comment-as-post/)
 * 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)

 *  [jnhghy](https://wordpress.org/support/users/jnhghy/)
 * (@jnhghy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/save-comment-as-post/#post-5384164)
 * 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](http://codex.wordpress.org/Function_Reference/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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [jnhghy](https://wordpress.org/support/users/jnhghy/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/save-comment-as-post/#post-5384164)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
