I want to have a list of the authors of my webpage. wp list authors and Author Templates give the code to get the list, "n your sidebar (or elsewhere in your Theme)". However, I don't want to add the list in the sidebar, but in a specific page, and I don't know where somethere could be.
Should I create an empty category and create a category-?.php and include the code to call the author list in this php page, so if someone click on the link to this category, (ex http://www.mysite.com/category/author/) he will not get a list of post under the category (because the code will not do so), but the list of authors.
I know that I will have to create author.php for the template of the post list ex http://www.mysite.com/author/alfred/ for the list of the post by alfred.