Spring naar de inhoud
  • Aanmelden
  • Registreren
WordPress.org

Nederlands (België)

  • Thema's
  • Plugins
  • Nieuws
  • Over
  • Meetups
  • Vertaling
  • Contact
  • Download WordPress
Download WordPress

Plugins

  • Mijn favorieten
  • Beta-testen
  • Ontwikkelaars

Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Download

Change Author

Door Martin Teley
  • Details
  • Beoordelingen
  • Installatie
  • Ontwikkeling
Ondersteuning

Beschrijving

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!

Installatie

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.

Beoordelingen

Just awesome

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

Works great. Like it!

romanbitca 31 augustus 2018
easy. useful. light.

No longer works…but here’s a fix:

Alex Mansfield 28 juni 2018 2 reacties
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 mei 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 december 2017
With the addon installed, nothing changed or allowed me to change the name of the author on my multisite.

At Last!

Rik0399 9 november 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!
Lees alle 11 beoordelingen

Bijdragers & ontwikkelaars

“Change Author” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers
  • Martin Teley

Vertaal “Change Author” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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

  • Versie: 1.3
  • Laatst bijgewerkt: 6 jaar geleden
  • Actieve installaties: 3.000+
  • WordPress versie: 3.0.1 of nieuwer
  • Getest t/m: 4.8.21
  • Taal:
    English (US)
  • Tags:
    authorcustom authorcustom post authoruser
  • Geavanceerde weergave

Beoordelingen

Bekijk alle
  • 5 sterren 9
  • 4 sterren 0
  • 3 sterren 0
  • 2 sterren 0
  • 1 ster 3
Log in om een beoordeling te versturen.

Bijdragers

  • Martin Teley

Ondersteuning

Opgeloste problemen in de laatste twee maanden:

0 van de 1

Het supportforum bekijken

  • Over
  • Nieuws
  • Hosting
  • Doneer
  • Swag
  • Documentatie
  • Ontwikkelaars
  • Raak betrokken
  • Leren
  • Showcase
  • Plugins
  • Thema's
  • Patronen
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Publieke code
WordPress.org
WordPress.org

Nederlands (België)

  • Onze Facebookpagina bezoeken
  • Ons Twitteraccount bezoeken
  • Bezoek onze Instagram account
  • Bezoek onze LinkedIn account
Code is Poetry.