Authors (category)

get_author_posts_url()

Retrieve the URL to the author page for the user with the ID provided.

get_the_author()

Retrieve the author of the current post.

get_the_author_link()

Retrieve either author's link or author's name.

is_user_logged_in()

Checks if the current visitor is a logged in user.

the_author()

Display the name of the author of the current post.

the_author_link()

Display either author's link or author's name.

the_author_meta()

Outputs the field from the user's DB object. Defaults to current post's author.

the_author_posts()

Display the number of posts by the author of the current post.

the_author_posts_link()

Displays HTML link (<a> tag) to the archive page of the author of the current post. The text of the link will be the name of the author.

wp_dropdown_users()

Create dropdown HTML content of users.

wp_list_authors()

List all the authors of the site, with several options available.