WordPress “About The Author” Without Plugins
While I love that WordPress has a huge developer community, a lot of plug-ins are overkill. WP does a great job of packaging CMS features into its core functions, meaning that a ton of awesome content is available, usually in a single line of code.
Let’s take the “about the author” boxes, popular on professional and non-anonymous blogs. A default install of WordPress 3.x already has a system for keeping track of user data (it’s under “Users” in the left-hand column on the Dashboard), and a function (get_the_author_meta) to call up that data at any point in any template. read more>>