开发者

List authors with paging and avatar sorted by nicename in wordpress

开发者 https://www.devze.com 2023-01-06 16:24 出处:网络
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 c

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

0

精彩评论

暂无评论...
验证码 换一张
取 消