You can do one of two things:
-
Create a parent page
authors
and a route with a patternauthors/(:any)
. In your route action, return theauthors
page and pass the author as an argument. -
Create an
authors
parent page and create the authors as virtual children of this page. Then on each author page you can display all articles that belong to that author. I think I’ve posted an example of this recently, trying to find it
You can find a download link for an example implementation here: Adding 1 or more Users as Authors