Forums
Forums / Everything else WordPress / Manually add comments
(@vanderelbe)
5 years, 2 months ago
How can I manually add comments with name, IP, text etc. to my blog? I would like to re-enter lost comments in post. Maybe there is just a solution to edit comments with full controll – that would also work for me.
(@plantprogrammer)
Hi, Vanderelbe, if you have some coding knowledge, you can try inserting a comment through PHP, as you can see in the link: https://stackoverflow.com/a/46486512/4372244
Here is a link to the developers page for more information about the function: https://developer.ww.wp.xz.cn/reference/functions/wp_insert_comment/
Hi Ian, thanks for that. However, it looks a little more elaborate than I thought. I will have to deviate whether the time invested is worth it.
The topic ‘Manually add comments’ is closed to new replies.
(@vanderelbe)
5 years, 2 months ago
How can I manually add comments with name, IP, text etc. to my blog?
I would like to re-enter lost comments in post.
Maybe there is just a solution to edit comments with full controll – that would also work for me.