Philip Nederkoorn Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts February 18, 2016 at 2:29 am in reply to: author details in email #1074816 Philip NederkoornParticipant I solve this with adding this: $user = get_user_by( ‘id’, $post->post_author ); echo ‘ naam: ‘ . $user->user_login . ‘ ‘; echo ‘ email: ‘ . $user->user_email . ‘ ‘; to email-template.php thnx! Author Posts Viewing 1 post (of 1 total)