Title: External Permalinks Redux
Author: Erick Hitter
Published: <strong>14 Agosto, 2011</strong>
Last modified: 16 Janeiro, 2026

---

Procurar plugins

![](https://s.w.org/plugins/geopattern-icon/external-permalinks-redux.svg)

# External Permalinks Redux

 Por [Erick Hitter](https://profiles.wordpress.org/ethitter/)

[Descarregar](https://downloads.wordpress.org/plugin/external-permalinks-redux.1.3.2.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/external-permalinks-redux/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/external-permalinks-redux/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/external-permalinks-redux/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/external-permalinks-redux/#developers)

 [Suporte](https://wordpress.org/support/plugin/external-permalinks-redux/)

## Descrição

Allows users to point WordPress objects (posts, pages, custom post types) to a URL
of their choosing, which is particularly useful for injecting non-WordPress content
into loops. The object appears normally in any loop output, but visitors to the 
object will be redirected to the specified URL. The plugin also allows you to choose
the type of redirect, either temporary (302), or permanent (301).

Through a filter, the External Permalinks Redux meta box can easily be added to 
custom post types. There is also a function available for use with WordPress’ `add_meta_box`
function.

This plugin was originally written for use on WordPress.com VIP. It is inspired 
by and backwards-compatible with Mark Jaquith’s Page Links To plugin, meaning users
can switch between plugins without risk of losing any existing external links.

This plugin is translation-ready.

## Ecrãs

 * [[
 * The metabox provided for the Classic Editor.
 * [[
 * The sidebar plugin provided for the Block Editor.

## Instalação

 1. Upload external-permalinks-redux.php to /wp-content/plugins/.
 2. Activate plugin through the WordPress Plugins menu.

## Perguntas frequentes

### How can I add support for my custom post type?

Using the `epr_post_types` filter, one can modify the default array of object types(`
post` and `page`) to include additional custom post types or remove the plugin from
one of the default post types.

### What other filters does this plugin include?

 * `epr_meta_key_target` – modify the meta key associated with the external URL
 * `epr_meta_key_type` – modify the meta key associated with the redirect type
 * `epr_status_codes` – modify array of available status codes used when redirect
   is issued

## Avaliações

![](https://secure.gravatar.com/avatar/d7cf6d7e438bfedbeb0b5015c5e4f163e037e752b01811486b47a6b0613ae6a0?
s=60&d=retro&r=g)

### 󠀁[Good one](https://wordpress.org/support/topic/good-one-632/)󠁿

 [emmust](https://profiles.wordpress.org/emmust/) 16 Março, 2026

Works as expected. Maybe you should consider adding the link target.

![](https://secure.gravatar.com/avatar/f3b0b8a7509ff19c38cf9a0fb8a7f1c1e75dc3ae3f1b9a600a64274f279db3bf?
s=60&d=retro&r=g)

### 󠀁[Almost exactly what I needed.](https://wordpress.org/support/topic/almost-exactly-what-i-needed-2/)󠁿

 [Howard Harkness](https://profiles.wordpress.org/chltx/) 1 Maio, 2017

This plugin does almost exactly what I need out of the box, but I wanted for the
URL redirect to go to a new page/tab. Turns out that was easier than I expected.
I just had to add the target=”_blank” to my content.php file in my child theme. 
Thank you for saving me a LOT of time!

![](https://secure.gravatar.com/avatar/fca642ed558f6e93718dd4af7708cf4a4cd78e1e8c1bdda99668757887ddf921?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-3905/)󠁿

 [bryantighe](https://profiles.wordpress.org/bryantighe/) 28 Março, 2017

Simple yet easy functionality – this is exactly what I was looking for. I was thinking
about writing this type of plugin myself, because we have a bunch of content on 
other parts of our domain outside of wordpress. But this plugin came up in the search,
and I couldn’t have written it better myself! Works like a charm!

![](https://secure.gravatar.com/avatar/440ae841b36962d685af2329842195f8bd9d66c3ef9e7342f0ed60bb1b695b6e?
s=60&d=retro&r=g)

### 󠀁[Good plugin for redirecting your blogs](https://wordpress.org/support/topic/good-plugin-for-redirecting-your-blogs/)󠁿

 [Debraj Rakshit](https://profiles.wordpress.org/drock12/) 3 Setembro, 2016

Worked as expected.

 [ Ler todas as 4 avaliações ](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/)

## Contribuidores e programadores

“External Permalinks Redux” é software de código aberto. As seguintes pessoas contribuíram
para este plugin:

Contribuidores

 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Oomph, Inc. ](https://profiles.wordpress.org/thinkoomph/)

[Traduza o “External Permalinks Redux” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/external-permalinks-redux)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/external-permalinks-redux/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/external-permalinks-redux/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/external-permalinks-redux/)
por [RSS](https://plugins.trac.wordpress.org/log/external-permalinks-redux/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 1.3.2

 * Fix translations when plugin is used with older WordPress versions.

#### 1.3.1

 * Fix translations in block editor.

#### 1.3

 * Introduce block-editor (Gutenberg) sidebar component for supported post types..

#### 1.2

 * Introduce `get_redirect_data()` method to look up a post ID’s redirect.
 * Introduce PHPUnit tests
 * Conform to current VIP Go Coding Standards.

#### 1.1

 * Introduce a filter to change the metabox title for clarity. Does break translation
   for that string if used.
 * Add additional HTML classes in the metabox to aid customization.
 * Coding standards and PHPDoc cleanup.

#### 1.0.4

 * Implement singleton pattern for instantiation. Thanks batmoo.

#### 1.0.3

 * Increase priority of `init` action to ensure that the filters it contains are
   available to other plugins. Thanks batmoo.

#### 1.0.2

 * Add status codes filter. Thanks [danielbachhuber](https://wordpress.org/support/topic/plugin-external-permalinks-redux-support-custom-status-codes).
 * Correct translation string implementation, removing variable name.
 * Miscellaneous cleanup, such as whitespace removal.

#### 1.0.1

 * Add shortcut function for registering meta box on custom post types. This is 
   included as an alternative to the `epr_post_types` filter discussed in the FAQ.

#### 1.0

 * Initial release in WordPress.org repository.
 * Rewrote original WordPress.com VIP plugin into a class and added support for 
   custom post types.

## Metadados

 *  Versão **1.3.2**
 *  Última actualização **Há 3 meses**
 *  Instalações activas **2.000+**
 *  Versão do WordPress ** 3.0 ou superior **
 *  Testado até **6.9.4**
 *  Versão do PHP ** 5.2 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/external-permalinks-redux/)
 * Etiquetas
 * [external link](https://pt.wordpress.org/plugins/tags/external-link/)[link](https://pt.wordpress.org/plugins/tags/link/)
   [permalink](https://pt.wordpress.org/plugins/tags/permalink/)[redirect](https://pt.wordpress.org/plugins/tags/redirect/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/external-permalinks-redux/advanced/)

## Classificações

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/)

## Contribuidores

 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Oomph, Inc. ](https://profiles.wordpress.org/thinkoomph/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/external-permalinks-redux/)

## Doar

Gostaria de apoiar o desenvolvimento deste plugin?

 [ Fazer donativo para o plugin ](http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/)