Author email problem

This topic contains 2 reply and 2 voices, and was last updated by jeremymatter 10 years, 11 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
May 6, 2013 at 8:53 am 3216
jeremymatter Hello, I am trying to dispay the post author with the function get_the_author_meta() but it returns nothing. Maybe becouse of the custom registration form? Thanks!
May 6, 2013 at 9:15 am 3218
Tareq Hasan Tareq Hasan

Try to use get_user_meta

May 6, 2013 at 9:36 am 3219
jeremymatter jeremymatter

get_user_meta dosn’t allow to get the email.

I found a wa to do it : <?php the_author_meta(‘user_email’); ?>

Thanks for your quick answer and your help!

Viewing 2 Posts - 1 through 2 (of 2 total)