Is there any way that I can have a website user be able to contact a post author. The website user must not be required to be logged in to the website. I guess a form to email the post author might be the way to go, but it must be simple to use, and avoid spam. Is there such a plugin for wordpress that can handle this?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Ive done this before using both contact form 7 and Grunion Contact Form plugins, when using contact form 7 i created a new tag to send the email to the post author:
and with Grunion i called it directly from the template using:
|
|||
|
|
|
I've been using the Grunion Contact Form for this. Works like a charm. Ties into Akismet for spam filtering. It's very simple to use--you can insert a shortcode into your post content, or insert a "do shortcode" function into your template. Works either way. |
|||
|

$post->post_author's email. – soulseekah Mar 23 '12 at 14:05