Hi,
I have the author ID of an author and I would like to retrieve his name. How can I do ?
Thanks for your help.
Best regards
Romin
Hi,
I have the author ID of an author and I would like to retrieve his name. How can I do ?
Thanks for your help.
Best regards
Romin
Try:
$author_name = get_userdata($author_id)->display_name;
This topic has been closed to new replies.