I am building a website that will feature articles from many non-users, so these can be best described as "Guest Authors". So instead of adding too many users to my site, I would like to work with a custom content type (or whichever way you guys recommend).
What I want to achieve is the following:
- Have custom field in Articles that refers to the Content Type "Guest Author Profile Page"
- Once a "Guest Author" has been selected: At the end of an article, based on the selected "Guest Author", display a content block with the first name/last name of the author, their profile image, the short biography, a few social media links and a link to the Profile Page of the Guest Author.
- Have a link to the "Guest Authors" Page, where I can display a grid of all the "Guest Authors". This grid contains their first name/last name, profile image, social media links and a link to their profile page.
- The profile page that contains the following information, that is also used in the cases mentioned above: profile image, title (= full name), first name/last name fields, body, short biography (= excerpt), social media links.
It was easy to setup the custom content type and add fields to it, and I am also able to now select a guest author when creating an article, but I am having trouble getting all this other information displayed dynamically at the bottom of the article.