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_url | Retrieves the URL to the author page for the user with the ID provided. |
get_the_author | Retrieves the author of the current post. |
get_the_author_link | Retrieves either author's link or author's name. |
get_the_author_meta | Retrieves the requested data of the author of the current post. |
get_the_author_posts | Retrieves the number of posts by the author of the current post. |
get_the_author_posts_link | Retrieves an HTML link to the author page of the current post's author. |
get_the_modified_author | Retrieves the author who last edited the current post. |
is_multi_author | Determines whether this site has more than one author. |
the_author | Displays the name of the author of the current post. |
the_author_link | Displays 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 | Displays the number of posts by the author of the current post. |
the_author_posts_link | Displays an HTML link to the author page of the current post's author. |
the_modified_author | Displays the name of the author who last edited the current post, if the author's ID is available. |
wp_list_authors | Lists all the authors of the site, with several options available. |
__clear_multi_author_cache | Helper function to clear the cache for number of authors. |