Display the first name of the author of the current post.
2959
Continue readingDisplay the name of the author of the current post.The behavior of this function is based off of old functionality predating get_the_author(). This function is not deprecated, but is designed to echo the value from get_the_author() and as an result of any old theme that might still use the old behavior will also pass the value from get_the_author().
2951
Continue reading