You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For many sites the author information is not relevant at all as there is only one author. For many other (bigger) sites content is received as a "word" document and some "web master" use the CMS admin to publish it.
In other words, for many sites the author information as is used by WordPress is not helpful and in some cases just harmful (discloses the user name).
We are going to split the usage of author information as it being done by WordPress into two parts
Indicate who has the permission to edit the content
Front end indication of the actual author and ability to filter/search content by that criteria. This will be done by a dedicated taxonomy.
This will also solve the problem of multiple authors for the same content.
The breaking change here will be changes in the API, especially since themes and plugins are not expecting to have no authors or more than one author.