I have a custom post type with a custom URL structure so it works like:
http://domain.com/custom-post-type/post1
http://domain.com/custom-post-type/post2
http://domain.com/custom-post-type/post3
etc.
Now I have multiple authors of these posts, so I want to enable an "Author Archive" for only these custom post types at urls like this:
http://domain.com/custom-post-type/authorname1
http://domain.com/custom-post-type/authorname2
http://domain.com/custom-post-type/authorname3
Is this possible? Any ideas?
Thanks!
UPDATE: @Milo points out (I believe correctly) that "WordPress wouldn't be able to discern what is a post title and what is an author name," so given that, how would I get URLs like http://domain.com/custom-post-type/author/authorname1 ? Thanks!
http://domain.com/custom-post-type/author/authorname1– Milo Jan 25 at 3:49