I have an authors taxonomy for which I want to render an HTML page at /authors/utkarsh/posts. I was able to create a custom output format layouts/authors/list.posts.html which is built as /authors/utkarsh/posts.html, but I want to get the above-stated behaviour.
Also, I’d like to paginate it as well. Is it possible to do so?