multiple authors are not displayed #2564
Replies: 13 comments
-
It's the intended behavior. The ability of loading multiple authors from |
Beta Was this translation helpful? Give feedback.
-
Are you sure ? |
Beta Was this translation helpful? Give feedback.
-
If you mean the left sidebar, then yes for reasons of simplicity. Specifying multiple authors may be useful elsewhere. |
Beta Was this translation helpful? Give feedback.
-
Yes I mean the sidebar. |
Beta Was this translation helpful? Give feedback.
-
You're not missing anything If you have |
Beta Was this translation helpful? Give feedback.
-
Could we consider that as a bug ? |
Beta Was this translation helpful? Give feedback.
-
Not a bug I would say. It's intentional (or the code wouldn't have been written like this). Displaying multiple authors in the current appearance is kinda ugly IMO. |
Beta Was this translation helpful? Give feedback.
-
As @iBug has stated, this is intended behavior. Only one author will be shown on a post, page, document, etc. The theme supports "multiple" authors in the sense that you can have Not |
Beta Was this translation helpful? Give feedback.
-
Could you explain me how to display the list of authors in the sidebar independently of all considerations ? that could be an acceptable solution for me ... |
Beta Was this translation helpful? Give feedback.
-
There is no mechanism to do this without you hacking up the theme. Have a look through the closed issues. This has come up before and pretty sure I offered suggestions on how to achieve it. |
Beta Was this translation helpful? Give feedback.
-
I tried this but that doesn't work {% for author in site.data.authors %} |
Beta Was this translation helpful? Give feedback.
-
You'll need to look into the code and tweak accordingly, instead of blindly trying random snippets retrieved elsewhere without understanding them. As a starting point |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Expected behavior
Steps to reproduce the behavior
Other
It seems that only the first author among a list is displayed ... am I wrong ?
In the font matter (page or post), i set:
author_profile: true
authors:
I created an authors.yml file in _data
Beta Was this translation helpful? Give feedback.
All reactions