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_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.
Using WordPress ‘get_the_author_url()’ PHP function Written by Adrian Gordon WordPress Retrieve the URL to the home page of the author of the current post.
Using WordPress ‘get_the_category_rss()’ PHP function Written by Adrian Gordon WordPress Retrieves all of the post categories, formatted for use in feeds.
Using WordPress ‘get_the_category_by_ID()’ PHP function Written by Adrian Gordon WordPress The `get_the_category_by_ID()` function retrieves a category's name from its ID in WordPress
Using WordPress ‘is_avatar_comment_type()’ PHP function Written by Adrian Gordon WordPress Check if this comment type allows avatars to be retrieved.