As the title says I am looking for a way to display authors in a way so I can use pagination for the results and split them over several pages. Much like a normal post 开发者_运维知识库query where I can use posts_per_page=5&paged=$paged
There is this function in WP: wp_list_authors([options])
http://codex.wordpress.org/Template_Tags/wp_list_authors
It functions similar to query_posts(), but not exactly. Check out this other page on the Codex for examples and tutorials:
http://codex.wordpress.org/Author_Templates
精彩评论