1. I have a Custom Post Type called Authors
2. When creating a new post, I have a post object which is tied to the “Authors” CPT such that I can pull in Author Data and display on the post page (i.e. By John Doe).
3. What I’d like to do on the Author page is be able to display all the posts by that Author.
4. Since i’m connecting posts to authors via the post object on the post page, is there a way to extrapolate that data on the Authors (CPT)?
Please Advise
pkd