Show author bio and social links on post page

Is it possible to pull the author bio and social link on a post page?

For example, when building a theme, can you use the {{#author}}{{/author}} block expression to pull this information on a post page?

The screenshot shows how I currently have the author’s bio displayed within the post editor.

1 Like

yes, but you should use the {{#primary_author}}{{/primary_author}} for context.
Or if you want multiple authors:

{{#foreach authors}}
{{/foreach}}
1 Like

We can inject code and add an extended Bio which can solve all issues like bio more than 200 char, social media links and icons.