WordPress 可以透過 get_the_author() 取得發文的作者。

直接使用即可:

$author = get_the_author();