Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Authorship-based data on default Core author functions #653

Open
1 task
kovshenin opened this issue Sep 7, 2022 · 4 comments
Open
1 task

Use Authorship-based data on default Core author functions #653

kovshenin opened this issue Sep 7, 2022 · 4 comments
Labels
should have Should be done, medium priority for now to refine Issues needing refinement.

Comments

@kovshenin
Copy link
Contributor

When using default Core author functions (the_author, get_the_author_meta, get_author_posts_url, etc.) we currently output/return the editoral author data (post_author in the database) and not any of the data set by the Authorship plugin. It also currently doesn't allow us to change the editoral author (the UI is overriden) to create post and attribute them to somebody else. One workaround is to use the Quick Edit functionality, but that's not ideal.

While we wait for a decision on how this is going to be handled in the Authorship plugin, we have decided to patch this on Altis to return Authorship-based data for Core author templating functions.

Acceptance criteria

  • Core author templating functions output/return Authorship-based data
@kovshenin kovshenin added should have Should be done, medium priority for now to refine Issues needing refinement. labels Sep 7, 2022
@veselala
Copy link

veselala commented Oct 5, 2022

@rmccue
Copy link
Member

rmccue commented Oct 5, 2022

As a lower effort solution, I think option 1 from upstream (reinstate the author control) may be easier to implement; we would likely need to add some explanatory text, but I think that's acceptable.

@veselala
Copy link

@roborourke @mikelittle on todays refinement today we discussed this issue and the approach that we take, could you please also share your thoughts? Thanks!

@veselala
Copy link

@kovshenin with dropping the Authorship module is this still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
should have Should be done, medium priority for now to refine Issues needing refinement.
Projects
None yet
Development

No branches or pull requests

3 participants