Using WordPress ‘get_the_modified_author()’ PHP function Written by Adrian Gordon WordPress Retrieves the author who last edited the current post.
Using WordPress ‘get_the_author_login()’ PHP function Written by Adrian Gordon WordPress Retrieve the login name of the author of the current post.
Using WordPress ‘get_the_guid()’ PHP function Written by Adrian Gordon WordPress The `get_the_guid()` function retrieves the Post Global Unique Identifier (guid) using WordPress
Using WordPress ‘get_the_author_yim()’ PHP function Written by Adrian Gordon WordPress Retrieve the Yahoo! IM name of the author of the current post.
Using WordPress ‘get_the_author_posts()’ PHP function Written by Adrian Gordon WordPress Retrieves the number of posts by the author of the current post.
Using WordPress ‘get_the_author_meta()’ PHP function Written by Adrian Gordon WordPress Retrieves the requested data of the author of the current post.
Using WordPress ‘get_the_author_msn()’ PHP function Written by Adrian Gordon WordPress Retrieve the MSN address of the author of the current post.
Using WordPress ‘get_the_author_nickname()’ PHP function Written by Adrian Gordon WordPress Retrieve the nickname of the author of the current post.
Using WordPress ‘get_the_author_posts_link()’ PHP function Written by Adrian Gordon WordPress Retrieves an HTML link to the author page of the current post’s author.