use wordpress to list author and author email alternatively
- by Gaurav
I need to list the authors and their emails alternatively. For example:
user1
email_of_user1
user2
email_of_user2
Also, the user1, user2 should be links to pages where posts are filtered by author. I can use wp_list_authors() function but I can't figure out how to do the alternate user, email thing.