跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

Change Author

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Change Author

作者:Martin Teley
下载
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

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!

安装

Install via WordPress Admin

  1. Go to Admin > Plugins > Add New
  2. Either search for Change Author or upload the zip file and click “Install”
  3. After installation, activate it

Install via FTP

  1. First unzip the plugin file
  2. Using FTP go to your server’s wp-content/plugins directory
  3. Upload the unzipped plugin here
  4. Once finished login into your WP Admin and go to Admin > Plugins
  5. Look for Change Author and activate it

常见问题

Installation Instructions

Install via WordPress Admin

  1. Go to Admin > Plugins > Add New
  2. Either search for Change Author or upload the zip file and click “Install”
  3. After installation, activate it

Install via FTP

  1. First unzip the plugin file
  2. Using FTP go to your server’s wp-content/plugins directory
  3. Upload the unzipped plugin here
  4. Once finished login into your WP Admin and go to Admin > Plugins
  5. 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.

评价

Just awesome

vnkjoshi 2019 年 1 月 3 日
Work as expected. Thank you so much.

Works great. Like it!

romanbitca 2018 年 8 月 31 日
easy. useful. light.

No longer works…but here’s a fix:

Alex Mansfield 2018 年 6 月 28 日 2 回复
This plugin attempts to override the default author meta box, but that doesn’t seem to work any more. However, it is possible to simply filter the options for the author dropdown list like this to get the same result: function add_subscribers_to_dropdown( $query_args, $r ) { $query_args['who'] = ''; return $query_args; } add_filter( 'wp_dropdown_users_args', 'add_subscribers_to_dropdown', 10, 2 ); More details in the user contributed notes for the wp_dropdown_users_args filter.

Not Compatible With Latest Version of WP

clicksimply 2018 年 5 月 13 日
This plugin doesn’t work on the newest versions of Wordpress. Hopefully the author updates soon!

Doesn’t seem to work anymore

agsrescue 2017 年 12 月 18 日
With the addon installed, nothing changed or allowed me to change the name of the author on my multisite.

At Last!

Rik0399 2017 年 11 月 9 日
Drove me crazy what should have been a WP default! So I had to add yet another plugin to fix the issue! Well done to the developer!
阅读所有11条评价

贡献者及开发者

「Change Author」是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • Martin Teley

帮助将「Change Author」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

1.0

  • Initial release

1.1

  • Fixed translation
  • 更新标签

1.2

  • Updated to work on pages too (credits to @jondaley)

1.3

  • Updated to support custom post types

额外信息

  • 版本 1.3
  • 最后更新:8 年前
  • 活跃安装数量 1,000+
  • WordPress 版本 3.0.1 或更高版本
  • 已测试的最高版本为 4.8.28
  • 语言
    English (US)
  • 标签
    authorcustom authorcustom post authoruser
  • 高级视图

评级

4 星(最高 5 星)。
  • 9 条 5 星评价 5 星 9
  • 0 条 4 星评价 4 星 0
  • 0 条 3 星评价 3 星 0
  • 0 条 2 星评价 2 星 0
  • 3 条 1 星评价 1 星 3

Your review

查看全部评论

贡献者

  • Martin Teley

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 未来五分计划
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.