跳至主要內容
  • 登入
  • 註冊
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress

外掛目錄

  • 我的最愛
  • Beta 版測試
  • 開發者資訊

這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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
  • Updated tags

1.2

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

1.3

  • Updated to support custom post types

中繼資料

  • 最新版本: 1.3
  • 最後更新: 6 年前
  • 啟用安裝數: 3,000+
  • WordPress 版本需求: 3.0.1 或更新版本
  • 已測試相容的 WordPress 版本: 4.8.21
  • 語言:
    English (US)
  • 標籤:
    authorcustom authorcustom post authoruser
  • 進階檢視

評分

檢視全部
  • 5 星 9
  • 4 星 0
  • 3 星 0
  • 2 星 0
  • 1 星 3
登入以提交評論

參與者

  • Martin Teley

技術支援

最近 2 個月解決的問題:

總計 1 個問題,已解決 0 個

查看技術支援論壇

  • 關於我們
  • 最新消息
  • 主機託管
  • 贊助基金會
  • Swag
  • 線上說明
  • 開發者資源
  • 共同參與
  • Learn
  • 展示網站
  • 外掛目錄
  • 佈景主題目錄
  • 區塊版面配置目錄
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隱私權
  • Public Code
WordPress.org
WordPress.org

Taiwan 正體中文

  • 造訪我們的 Facebook 粉絲專頁
  • 造訪我們的 Twitter 帳號
  • Visit our Instagram account
  • Visit our LinkedIn account
程式碼,如詩