WordPress.org

Català

  • Temes
  • Extensions
  • Notícies
  • Suport
  • Quant a
  • Patrons
  • Col·labora
  • Equip
  • Traduccions
  • Meetups
  • Aconseguiu el WordPress
Aconseguiu el WordPress
WordPress.org

Plugin Directory

Change Author

  • Envieu una extensió
  • Preferides
  • Entra
  • Envieu una extensió
  • Preferides
  • Entra

Aquesta extensió no s’ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s’usa en versions recents del WordPress.

Change Author

Per Martin Teley
Baixa
  • Detalls
  • Ressenyes
  • Instal·lació
  • Desenvolupament
Suport

Descripció

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!

Instal·lació

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

PMF

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.

Ressenyes

Just awesome

vnkjoshi 3 de gener de 2019
Work as expected. Thank you so much.

Works great. Like it!

romanbitca 31 de agost de 2018
easy. useful. light.

No longer works…but here’s a fix:

Alex Mansfield 28 de juny de 2018 2 respostes
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 de maig de 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 de desembre de 2017
With the addon installed, nothing changed or allowed me to change the name of the author on my multisite.

At Last!

Rik0399 9 de novembre de 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!
Llegiu totes les 11 ressenyes

Col·laboradors i desenvolupadors

«Change Author» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors
  • Martin Teley

Traduïu «Change Author» a la vostra llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

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

  • Versió 1.3
  • Darrera actualització fa 8 anys
  • Instal·lacions actives 2.000+
  • Versió del WordPress 3.0.1 o posterior
  • Provada fins a 4.8.25
  • Idioma
    English (US)
  • Etiquetes
    authorcustom authorcustom post authoruser
  • Vista avançada

Valoracions

4 sobre 5 estrelles.
  • 9 valoracions de 5 estrelles 5 estrelles 9
  • 0 valoracions de 4 estrelles 4 estrelles 0
  • 0 valoracions de 3 estrelles 3 estrelles 0
  • 0 valoracions de 2 estrelles 2 estrelles 0
  • 3 valoracions de 1 estrelles 1 estrella 3

Afegeix una ressenya

Visualitzeu totes les ressenyes

Col·laboradors

  • Martin Teley

Suport

Teniu quelcom a dir? Necessiteu ajuda?

Visualitza els fòrums de suport

  • Quant a
  • Notícies
  • Allotjament
  • Privadesa
  • Aparador
  • Temes
  • Extensions
  • Patrons
  • Apreneu
  • Suport
  • Desenvolupadors
  • WordPress.tv ↗
  • Impliqueu-vos
  • Esdeveniments
  • Feu una donació ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Català

  • Visiteu el nostre compte X (abans Twitter)
  • Visit our Bluesky account
  • Visiteu el nostre compte al Mastodon
  • Visit our Threads account
  • Visiteu la nostra pàgina al Facebook
  • Visiteu el nostre compte d'Instagram
  • Visiteu el nostre compte de LinkedIn
  • Visit our TikTok account
  • Visiteu el nostre canal al YouTube
  • Visit our Tumblr account
El codi és poesia.