I’m trying to display a list of all authors in a channel on a sidebar. Currently, I’m using the author variable but it creates duplicate listings of authors. For example, if there are five entries in the “blog” channel and John Doe authored three of them, then Jane Doe authored the other two, it would list as:
Jane Doe
Jane Doe
John Doe
John Doe
John Doe
How do I strip out the duplicates? I tried using the Query tag but I’m a SQL noob so my eyes glazed over and I got the shakes. Not good. Any advice? For the author display, not the shakes…