Title: Extra Authors Redirect
Author: Andrew Norcross
Published: <strong>04.03.2013</strong>
Last modified: 30.04.2014

---

Поиск плагинов

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

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

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

# Extra Authors Redirect

 Автор: [Andrew Norcross](https://profiles.wordpress.org/norcross/)

[Скачать](https://downloads.wordpress.org/plugin/extra-authors-redirect.1.2.zip)

 * [Детали](https://ru.wordpress.org/plugins/extra-authors-redirect/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/extra-authors-redirect/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/extra-authors-redirect/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/extra-authors-redirect/#developers)

 [Поддержка](https://wordpress.org/support/plugin/extra-authors-redirect/)

## Описание

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

## Скриншоты

 * [[
 * The checkbox

## Установка

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.

## Часто задаваемые вопросы

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

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Extra Authors Redirect» — проект с открытым исходным кодом. В развитие плагина 
внесли свой вклад следующие участники:

Участники

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

[Перевести «Extra Authors Redirect» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/extra-authors-redirect)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/extra-authors-redirect/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/extra-authors-redirect/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/extra-authors-redirect/)
по [RSS](https://plugins.trac.wordpress.org/log/extra-authors-redirect/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.2

 * Will also redirect for bbPress profile pages

#### 1.1

 * Cleaner meta check for adding author meta entry

#### 1.0

 * First release!

## Мета

 *  Версия **1.2**
 *  Обновление: **12 лет назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 3.3 или выше **
 *  Совместим вплоть до: **3.9.40**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/extra-authors-redirect/)
 * Метки:
 * [author page](https://ru.wordpress.org/plugins/tags/author-page/)[authors](https://ru.wordpress.org/plugins/tags/authors/)
   [redirects](https://ru.wordpress.org/plugins/tags/redirects/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/extra-authors-redirect/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  1 5-звездный отзыв     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/?filter=1)

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/extra-authors-redirect/reviews/)

## Участники

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

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/extra-authors-redirect/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://andrewnorcross.com/donate)