Custom fields for author email
-
Hello,
I am trying to use custom fields to rewrite the author email in different posts by the author. Is this possible?
What I have by now from the template is the code that emails something to the autor:
wp_mail( get_the_author_meta('user_email'), __('Contact "', 'appthemes').$post->post_title.'"', $message, $headers, $attachments );
If I simply put in a custom field user_email in the post it doesn’t seem to work. Any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom fields for author email’ is closed to new replies.