Link authors to content
Create relationships between articles and their authors to show who wrote what. The easiest way to do this is by modeling your articles and authors as separate content types. You then create content based on the types and link it together to define the relationships.
Table of contents
How content linking works
Watch this video to get familiar with the concept of linking content together.
Play video on https://www.youtube.com/watch?v=8KigEbu5xvg
Create a content type for your authors
First, you need to define what your author model will look like.
- From the app menu, choose Content models.
- Click Create new.
- Enter a name for your content type, such as Author.
- Add at least two elements:
- A Name text element
- A Bio rich text element
- Click Save changes.

Add a place to link authors in your articles
- From the app menu, choose Content models.
- Open a content type you use for articles.
- Add a Linked items element.
- Name it Author.
- Make it required.
- Limit the allowed content types to Author.
- Click Save changes.

Create and link an author
To link an author to an article, you first need to create an author. You can create an author separately (as you would create any content item) or create it directly from within an article, as in this example.
- From the app menu, choose Content & Assets.
- Open one of your articles.
- In the Author element, click Create new Author.
- Enter a name for your content item, such as the author's first name.
- Enter the author's name into the Name element.
- Enter a bio into the Bio element.
- Publish your author.
- Click in top left to go back to your article.
- Publish the new version of your article.
Now you've linked one of your authors to an article.
New linked items inherit a collection from their parent item
To change it, open the content item you've just created and select a different collection. You can do that also for already published items without creating a new version.

In this example, the author Jane Doe is connected to the article The Origin of Coffee.
You can follow the same approach for other types of standalone content like blog posts or case studies.