Advertisement

wp_list_authors

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

get_author_posts_url

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

the_author_posts_link

Displays an HTML link to the author page of the current post’s author.

get_the_author_posts_link

Retrieves an HTML link to the author page of the current post’s author.

Advertisement

the_author_posts

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

get_the_author_posts

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

the_author_link

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

get_the_author_link

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

Advertisement

the_author_meta

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

get_the_author_meta

Retrieves the requested data of the author of the current post.

the_modified_author

Display the name of the author who last edited the current post, if the author’s ID is available.

Advertisement

the_author

Display the name of the author of the current post.

get_the_author

Retrieve the author of the current post.