blankpoint
Member
Posted 2 years ago #
I want to put a simple list of the authors in my sidebar -- pretty much just like the wp_list_authors template tag does... but I need the authors' avatars to appear next to their names in the list. I am using Dan's Avatar Thingy plugin for avatars
That plugin puts images named 1.jpg, 2.jpg, etc, based on user-ID into a wp-content/avatars directory.
Any ideas?
blankpoint
Member
Posted 2 years ago #
If anyone is interested, I coded myself a way to do this... but it is ridiculously wasteful in terms of resources, I'm thinking, so I will probably look for a way to run it once a week and spit out some static html that I include in the sidebar instead of having it run in php every time someone loads a page.