I want to create a collection that stores a bio for each blog author, and have it appear on all blog articles written by that author (rather than using Members Area and having people click over to a different page to read about the author).
Blog articles know who their authors are, but I’m not sure which collection stores that association. According to this page there’s not an author-id field for a blog article.
Articles list the authors even when Members Area isn’t installed, so I assume it’s in the users table. But I have no idea where.
Anyone else know?
How do I fetch the user-id of the author of a blog article in order to get a value from a separate collection that references that user-id?
THANKS!