简体   繁体   中英

List authors with paging and avatar sorted by nicename in wordpress

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM