WordPress.org

日本語

  • テーマ
  • プラグイン
  • ニュース
    • ドキュメンテーション
    • フォーラム
  • 概要
  • 参加・貢献
  • このサイトについて
  • 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

FAQ

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 replies
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
  • 最終更新日 8年前
  • 有効インストール数 2,000+
  • WordPress バージョン 3.0.1またはそれ以降
  • 検証済み最新バージョン: 4.8.25
  • 言語
    English (US)
  • タグ
    authorcustom authorcustom post authoruser
  • 詳細を表示

評価

5つ星中4つ星
  • 9 5-星 レビュー 5つ星 9
  • 0 4-星 レビュー 4つ星 0
  • 0 3-星 レビュー 3つ星 0
  • 0 2-星 レビュー 2つ星 0
  • 3 1-星 レビュー 1つ星 3

レビューを追加

すべてのレビューを見る

貢献者

  • Martin Teley

サポート

意見や質問がありますか ?

サポートフォーラムを表示

  • WordPress とは
  • ニュース
  • ホスティング
  • プライバシー
  • ショーケース
  • テーマ
  • プラグイン
  • パターン
  • Learn
  • サポート
  • 開発者
  • WordPress.tv ↗
  • 参加・貢献
  • イベント
  • 寄付 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

日本語

  • X (旧 Twitter) アカウントへ
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Facebook ページへ
  • Instagram アカウントへ
  • LinkedIn アカウントへ
  • Visit our TikTok account
  • YouTube チャンネルへ
  • Visit our Tumblr account
Code is Poetry.