I couldn't find an archives plugin that would show name of the author after the title of each post in a multi-author blog.
I thought that maybe it could be possible to hack Smart Archives Reloaded plugin to do that.
One should probably add something to the following piece of code:
// Get post links for current month
$post_list = '';
foreach ( self::$monthsWithPosts[$current][$i]['posts'] as $post )
$post_list .= sprintf("\t
Could anyone tell me how to modify the code?
Or, tell me if there is a plugin that is already doing what I'm looking for.