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:
- http://mysite.com/writers/EdgarAllanPoe
- http://mysite.com/writers/OscarWilde
- etc
The same for each illustrator: a page for each illustrator listing the books illustrated by her or him. Paths in this case would be:
- http://mysite.com/illustrators/DiegoRivera
- http://mysite.com/illustrators/FridaKahlo
- etc
and then, each book will have a single page (like a post):
- http://mysite.com/books/OneHundredYearsOfSolitude
- http://mysite.com/books/WinnieThePooh
- etc
Is it possible to do this in Wordpress? Thanks.