This question may be related to a resolved thread.
From the above post I was able to output the channel authors in my sidebar, but I can’t work out how to then link the author names to a page which lists the channel entries by that author.
Is there a way to do that?
What I was thinking was this (but didn’t work)
{exp:top_authors channel="blog" limit="10"}
<li><a href="http://{path=id={name}">{name}</a></li>
{/exp:top_authors}*EDIT - Weird, it won’t let me output the <li> line as I have it in my code, I must have it well and truly wrong!
Any help much appreciated 😊