wpseek.com
A WordPress-centric search engine for devs and theme authors



wp-includes/author-template.php › WordPress File

Functions16
Author Template functions for use in themes.


Function Short description
get_author_posts_urlRetrieves the URL to the author page for the user with the ID provided.
get_the_authorRetrieves the author of the current post.
get_the_author_linkRetrieves either author's link or author's name.
get_the_author_metaRetrieves the requested data of the author of the current post.
get_the_author_postsRetrieves the number of posts by the author of the current post.
get_the_author_posts_linkRetrieves an HTML link to the author page of the current post's author.
get_the_modified_authorRetrieves the author who last edited the current post.
is_multi_authorDetermines whether this site has more than one author.
the_authorDisplays the name of the author of the current post.
the_author_linkDisplays either author's link or author's name.
the_author_metaOutputs the field from the user's DB object. Defaults to current post's author.
the_author_postsDisplays the number of posts by the author of the current post.
the_author_posts_linkDisplays an HTML link to the author page of the current post's author.
the_modified_authorDisplays the name of the author who last edited the current post, if the author's ID is available.
wp_list_authorsLists all the authors of the site, with several options available.
__clear_multi_author_cacheHelper function to clear the cache for number of authors.