Tagged Questions
0
votes
2answers
81 views
How can i do custom author list?
My blog have many author. I can list all author.
All Author list:
<ul>
<?php wp_list_authors('exclude_admin=0&optioncount=1&show_fullname=1&hide_empty=1'); ?>
</ul>
...
