Display a List of Unique Authors
-
I’m trying to display a list of authors that have recently posted to a multi-author blog. I need the list to be ordered by date of last post, descending and the markup should look like the following
<ul> <li><a href="#link_to_authors_posts#"><img src="images/#author_name#.jpg" />#author_name#</a></li> </ul>
- The topic ‘Display a List of Unique Authors’ is closed to new replies.