How to pull the username of an author archive page?

Hi,

In my CRM, I have a template for author archive page.

An admin can visit in the frontend the archive author page of any user.
I would like to write in the page the username of the author.

It seems that there is no helper for that. Here is the doc :

Author Fields

{author_id} – Returns the post author ID
{author_name} – Returns the post author name
{author_bio} – Returns the post author biographical info
{author_email} – Returns the post author email
{author_website} – Returns the post author website
{author_archive_url} – Returns the post author url
{author_avatar} – Returns the post author avatar as an image tag (text) or an image url (link)
{author_meta:meta_key} – Returns the specified author meta value. Set the author meta key as the filter. Example. author_meta:first_name returns the author’s first name. See here for available author meta keys.

These fields support dynamic data filters like the following:

{author_bio:20} – Post author biographical info limited to 20 words
{author_name:link} – Post author name rendered as a link to the author profile page
{author_email:link} – Post author email rendered as a link
{author_website:link} – Post author website rendered as a link
{author_avatar:200} – Post author avatar image tag limited to the width/height of 200px

Am I missing something ?

Thank you !

click dynamic tags
scroll down

try users
image

dont forget to set your loop type as user and the loop setting as current port author
all of these tags then shoud lwork as native loop tags for archive template author page

Hi mate,

thank you for your help
Unfortunately, it returns the username of my own account and not the username of the user in the archive user page.