humanmade / authorship

A modern approach to author attribution in WordPress.
GNU General Public License v3.0
66 stars 7 forks source link

Multiple authors per post not showing on the front end. #107

Closed robindevitt closed 2 years ago

robindevitt commented 2 years ago

While working on issue https://github.com/humanmade/product-dev/issues/993 I identified that posts with multiple authors were not showing the multiple authors on the front end, only the original author.

Steps to reproduce

  1. Login to the site.
  2. Ensure Authorship is enabled.
  3. Create or Navigate to a post and assign multiple authors.
  4. Publish / Update the post.
  5. View the post on the front end and you should only see a single author.

Expected behavior

When a post has multiple authors assigned and viewing the post on the front end you should see all the assigned authors.

Screenshots

Screenshot 2022-08-16 at 10.25.01.png Screenshot 2022-08-16 at 10.25.40.png

Additional info

roborourke commented 2 years ago

Does this plugin not have a specific function to output multiple authors? There might not be an issue here

robindevitt commented 2 years ago

Perfect, I wasn't 100% sure that was the case but going on the docs there is a section for Template Functions:

The following template functions are available for use in your theme to fetch the attributed author(s) of a post:

Link - https://docs.altis-dxp.com/cms/authorship/#template-functions

Closing issue.