Title: Extra Authors Redirect
Author: Andrew Norcross
Published: <strong>4 de març de 2013</strong>
Last modified: 30 d'abril de 2014

---

Cerca extensions

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

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.

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

# Extra Authors Redirect

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

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

 * [Detalls](https://ca.wordpress.org/plugins/extra-authors-redirect/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/extra-authors-redirect/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/extra-authors-redirect/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/extra-authors-redirect/#developers)

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

## Descripció

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

## Captures

[⌊The checkbox⌉⌊The checkbox⌉[

The checkbox

## Instal·lació

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.

## PMF

  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' );
    ```

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

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

Col·laboradors

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

[Traduïu «Extra Authors Redirect» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/extra-authors-redirect)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/extra-authors-redirect/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/extra-authors-redirect/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/extra-authors-redirect/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/extra-authors-redirect/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.2

 * Will also redirect for bbPress profile pages

#### 1.1

 * Cleaner meta check for adding author meta entry

#### 1.0

 * First release!

## Meta

 *  Versió **1.2**
 *  Darrera actualització **fa 12 anys**
 *  Instal·lacions actives **10+**
 *  Versió del WordPress ** 3.3 o posterior **
 *  Provada fins a **3.9.40**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/extra-authors-redirect/)
 * Etiquetes
 * [author page](https://ca.wordpress.org/plugins/tags/author-page/)[authors](https://ca.wordpress.org/plugins/tags/authors/)
   [redirects](https://ca.wordpress.org/plugins/tags/redirects/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/extra-authors-redirect/advanced/)

## Valoracions

 5 sobre 5 estrelles.

 *  [  1 valoració de 5 estrelles     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=1)

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

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/extra-authors-redirect/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](https://andrewnorcross.com/donate)