Description
Do you have a blog/website with a lot of contributing authors but you do not want to give them the rights to publish
the articles themselves for whatever reason? In that case it would be nice when you are able to give them credit for
what they wrote anyway. Since WordPress cannot override the author with a non-author by default, this plugin overrides
the Author meta-box with a meta box that can select any user.
So whenever you want to place an article that was written by someone else, you just create a user with subscriber role
(if he/she hasn’t already) and assign the article to that user!
Installation
Install via WordPress Admin
- Go to Admin > Plugins > Add New
- Either search for Change Author or upload the zip file and click “Install”
- After installation, activate it
Install via FTP
- First unzip the plugin file
- Using FTP go to your server’s wp-content/plugins directory
- Upload the unzipped plugin here
- Once finished login into your WP Admin and go to Admin > Plugins
- Look for Change Author and activate it
FAQ
- Installation Instructions
-
Install via WordPress Admin
- Go to Admin > Plugins > Add New
- Either search for Change Author or upload the zip file and click “Install”
- After installation, activate it
Install via FTP
- First unzip the plugin file
- Using FTP go to your server’s wp-content/plugins directory
- Upload the unzipped plugin here
- Once finished login into your WP Admin and go to Admin > Plugins
- Look for Change Author and activate it
- Do I need to configure anything?
-
No, this plugin does not need a settings page.
- I don’t see the meta box, where is it?
-
Click ‘Screen Options’ at the upper right corner and check the box next to ‘Author’.
- Why can’t I just type the name of the person I want to credit as author instead of having to use a user account?
-
Well, some themes link the author name to the author archive and that needs a user account to work. So this plugin will not break such theme functions.
- What post types are supported?
-
All public post types are supported, both built-in and custom.
Reviews
Contributors & Developers
“Change Author” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Change Author” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release
1.1
- Fixed translation
- Updated tags
1.2
- Updated to work on pages too (credits to @jondaley)
1.3
- Updated to support custom post types