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.
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_comments_navigation()’ PHP function Written by Adrian Gordon WordPress Retrieves navigation to next/previous set of comments, when applicable.
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_list()’ PHP function Written by Adrian Gordon WordPress Retrieves category list for a post in either HTML list or custom format.
Using WordPress ‘is_comments_popup()’ PHP function Written by Adrian Gordon WordPress Determines whether the current URL is within the comments popup window.