I have been able to create custom templates for both the /blog index and the blog pages – working great!
I am also trying to create a custom template for the authors indexes (ie. https:///author/<author_username>/) but not finding any references to this. I did find references to potentially modifying individual author pages (based on https://theme.co/apex/forums/topic/archive-integrity-page-customize/#post-233376, where I assume I could create a file such as ), I am assuming I could create a file such as taxonomy-author-authname.php in the child theme root. However, I am trying to create a custom template that will be used for all author indexes, rather than per author.
How is this accomplished?