This is a follow on to this question I posted some time ago.
I want to make a website about illustrated books. There are two different kind of authors for a book: writers and illustrators
For each writer I want to make a page that lists the books for that writer. The path would be:
The same for each illustrator: a page for each illustrator listing the books illustrated by her or him. Paths in this case would be:
and then, each book will have a single page (like a post):
The original question was: Is it possible to do this in Wordpress?
John P Bloch kindly recommended to use Wordpress' custom taxonomies. That's a good idea if the number of categories is small, but I am not sure what happens if the number of authors and illustrators are hundreds (or thousands). Would I have to go through an enormous dropdown list or checkbox list? Is there a limit on the number of elements in a taxonomy?
Please tell me if Wordpress is able to handle this.
Thanks