Title: Extra Authors Redirect
Author: Andrew Norcross
Published: <strong>2013-03-04</strong>
Last modified: 2014-04-30

---

Szukaj wtyczek

![](https://ps.w.org/extra-authors-redirect/assets/banner-772x250.png?rev=676154)

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/extra-authors-redirect_e0e0e0.svg)

# Extra Authors Redirect

 Autor: [Andrew Norcross](https://profiles.wordpress.org/norcross/)

[Pobierz](https://downloads.wordpress.org/plugin/extra-authors-redirect.1.2.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/extra-authors-redirect/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/extra-authors-redirect/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/extra-authors-redirect/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/extra-authors-redirect/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/extra-authors-redirect/)

## Opis

Adds a checkbox to author profiles to redirect. Useful for sites that have occasional
authors or user accounts not intended for display.

## Zrzuty ekranu

 * [[
 * The checkbox

## Instalacja

This section describes how to install the plugin and get it working.

 1. Upload `extra-authors-redirect` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the 'Plugins’ menu in WordPress.
 3. Check the author(s) you want redirected.

## Najczęściej zadawane pytania

  Does this affect posts / pages / admin / ???

No. this only affects people going to the /author/ template page on a site, and 
only affects those that have been marked to redirect.

  Can I change where the redirect goes?

Yes. There is a filter to change the default behavior. In your functions file, include
the following:

    ```
    function new_auth_url($location) {
        $location = 'http://google.com';
        return $location;
    }
    add_filter( 'extra_author_redirect_url', 'new_auth_url' );
    ```

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Extra Authors Redirect” jest oprogramowaniem open source. Poniższe osoby miały 
wkład w rozwój wtyczki.

Zaangażowani

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)
 *   [ Reaktiv ](https://profiles.wordpress.org/reaktivstudios/)

[Przetłumacz wtyczkę “Extra Authors Redirect” na swój język.](https://translate.wordpress.org/projects/wp-plugins/extra-authors-redirect)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/extra-authors-redirect/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/extra-authors-redirect/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/extra-authors-redirect/)
przez [RSS](https://plugins.trac.wordpress.org/log/extra-authors-redirect/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.2

 * Will also redirect for bbPress profile pages

#### 1.1

 * Cleaner meta check for adding author meta entry

#### 1.0

 * First release!

## Meta

 *  Wersja **1.2**
 *  Ostatnia aktualizacja **12 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 3.3 lub nowszej **
 *  Testowano do **3.9.40**
 *  Język
 * [English (US)](https://wordpress.org/plugins/extra-authors-redirect/)
 * Tagi
 * [author page](https://pl.wordpress.org/plugins/tags/author-page/)[authors](https://pl.wordpress.org/plugins/tags/authors/)
   [redirects](https://pl.wordpress.org/plugins/tags/redirects/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/extra-authors-redirect/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/)

## Zaangażowani

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)
 *   [ Reaktiv ](https://profiles.wordpress.org/reaktivstudios/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/extra-authors-redirect/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://andrewnorcross.com/donate)