Getting top 10 authors’s list from WordPress is actually pretty simple with a SELECT query. Here is the SQL for that which sorts the list by number of posts of each authors And sorting this list by first name is pretty simple as well However, sorting that list by Lastname is a little tricky, we... Read More in Get a list of Top 10 authors in a WordPress blog, and sort them by firstname and last name
