WordPress.org

Česko

  • Šablony
  • Pluginy
  • Novinky
  • Podpora
  • O WordPressu
  • Openverse
  • Vzory
  • Komunitní podpora
  • Překlady
  • Kontakt
  • Získejte WordPress
Získejte WordPress
WordPress.org

Plugin Directory

Change Author

  • Odeslat plugin
  • Moje oblíbené
  • Log in
  • Odeslat plugin
  • Moje oblíbené
  • Log in

Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Change Author

Autor: Martin Teley
Stáhnout
  • Podrobnosti
  • Hodnocení
  • Instalace
  • Vývojáři
Podpora

Popis

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!

Instalace

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

Nejčastější dotazy

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.

Recenze

Just awesome

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

Works great. Like it!

romanbitca 31. 8. 2018
easy. useful. light.

No longer works…but here’s a fix:

Alex Mansfield 28. 6. 2018 2 odpovědi
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 13. 5. 2018
This plugin doesn’t work on the newest versions of Wordpress. Hopefully the author updates soon!

Doesn’t seem to work anymore

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

At Last!

Rik0399 9. 11. 2017
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!
Přečtěte si všech 11 recenzí

Autoři

Change Author je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci
  • Martin Teley

Přeložte “Change Author” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

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

Meta

  • Verze 1.3
  • Poslední aktualizace před 7 roky
  • Aktivních instalací 2 000+
  • Verze WordPressu 3.0.1 nebo novější
  • Testováno až do WordPressu 4.8.25
  • Jazyk
    English (US)
  • Štítky
    authorcustom authorcustom post authoruser
  • Podrobnosti

Hodnocení

4 z 5 hvězdiček.
  • 9 5hvězdičkových hodnocení 5 hvězdiček 9
  • 0 4hvězdičkových hodnocení 4 hvězdičky 0
  • 0 3hvězdičkových hodnocení 3 hvězdičky 0
  • 0 2hvězdičkových hodnocení 2 hvězdičky 0
  • 3 1hvězdičková hodnocení 1 hvězdička 3

Přidat moje hodnocení

See all reviews

Spolupracovníci

  • Martin Teley

Podpora

Potřebujete pomoc?

Fórum podpory

  • O WordPressu
  • Novinky
  • Hosting
  • Soukromí
  • Příklady
  • Šablony
  • Pluginy
  • Vzory
  • Vzdělávání
  • Podpora
  • Vývojáři
  • WordPress.TV
  • Zapojte se
  • Události
  • Podpořit
  • Pět pro budoucnost
  • WordPress.com
  • Matt
  • bbPress
  • BuddyPress
WordPress.org
WordPress.org

Česko

  • Navštivte náš účet na X (dříve Twitter)
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Navštivte naši stránku na Facebooku
  • Navštivte náš Instagram účet
  • Navštivte náš LinkedIn účet
  • Visit our TikTok account
  • Navštivte náš YouTube kanál
  • Visit our Tumblr account
Code is Poetry.