Hi,
I would like to list the 10 most recent authors that contributed articles to my webpage. RIght now I am doing it like this:
<?php wp_list_authors('show_nickname=1&feed=rss&optioncount=1&exclude_admin=0'); ?>
But yeah, it obviously doesn't do what I want to do :-( . How do I set a limit=10 and display the authors with the most recent articles at the same time.
Hope someone can help me!
d077