Authorship
Authorship
by Human Made, initially funded by Siemens. · github.com/humanmade/authorship · website
★ 69stars
197kcomposer installs
11forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/humanmade/authorship/archive/refs/heads/develop.zipAlso on Packagist as humanmade/authorship:
composer require humanmade/authorshipFrom the readme
Authorship
A modern approach to author attribution in WordPress.
Description
Authorship is a modern approach to author attribution in WordPress. It supports attributing posts to multiple authors and to guest authors, provides a great UI, and treats API access to author data as a first-class citizen.
Authorship is currently geared toward developers who are implementing custom solutions on WordPress. For example, it doesn't provide an option to automatically display author profiles at the bottom of a post. In the future it will include wider support for existing themes and useful features for implementors and site builders.
- Current Status
- Features
- Installation
- Design Decisions
- Template Functions
- REST API
- WP-CLI
- Email Notifications
- Accessibility
- Security, Privileges, and Privacy
- Contributing
- Team
- License
- Alternatives
Current Status
Alpha. Generally very functional but several features are still in development.
Features
[X] Multiple authors per post
[X] Guest authors (that can be created in place on
Read the full README on GitHub →