I have an idea for my wordpress blog.
I want to have a page where my readers can send me messages, not by email. Sort of like a comment, but they shouldn't be listed on the blog itself. And, I don't want to read them in the comment field, but instead have a separate view for it.
I have a few ideas, but I need your guidance to find the best way.
- I make a special page, using the php_exec
I add a comment field to the page but make it store in some other place than usual comments do.
I use an already existing plugin that I have totally missed.
How would you do it?