View Global username
Question: How can I access the global variable for username in my templates instead of the author specific variable of username inside of the {exp:weblog:entries tag?
Answer: You can use either of these:
{out_username}
{global->username}