Author/profile page

You can do one of two things:

  1. Create a parent page authorsand a route with a pattern authors/(:any). In your route action, return the authors page and pass the author as an argument.

  2. 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 :walking_woman:

You can find a download link for an example implementation here: Adding 1 or more Users as Authors