Title: External Permalinks Redux
Author: Erick Hitter
Published: <strong>14 Ağustos 2011</strong>
Last modified: 16 Ocak 2026

---

Eklentilerde ara

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

# External Permalinks Redux

 [Erick Hitter](https://profiles.wordpress.org/ethitter/) tarafından

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

 * [Detaylar](https://tr.wordpress.org/plugins/external-permalinks-redux/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/external-permalinks-redux/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/external-permalinks-redux/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/external-permalinks-redux/#developers)

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

## Açıklama

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.

## Ekran Görüntüleri

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

## Yükleme

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

## SSS

### 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

## İncelemeler

![](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 Mart 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 Mayıs 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 Mart 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 Eylül 2016

Worked as expected.

 [ 4 incelemeyi oku ](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“External Permalinks Redux” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye
katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“External Permalinks Redux” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/external-permalinks-redux)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/external-permalinks-redux/),
[SVN deposuna](https://plugins.svn.wordpress.org/external-permalinks-redux/) göz
atın ya da [RSS](https://plugins.trac.wordpress.org/log/external-permalinks-redux/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/external-permalinks-redux/)
abone olun.

## Değişiklik Kaydı

#### 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.

## Meta

 *  Sürüm **1.3.2**
 *  Son güncelleme **3 ay önce**
 *  Etkin kurulumlar **2.000+**
 *  WordPress sürümü ** 3.0 veya üstü **
 *  Test edilen sürüm **6.9.4**
 *  PHP sürümü ** 5.2 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/external-permalinks-redux/)
 * Etiketler
 * [external link](https://tr.wordpress.org/plugins/tags/external-link/)[link](https://tr.wordpress.org/plugins/tags/link/)
   [permalink](https://tr.wordpress.org/plugins/tags/permalink/)[redirect](https://tr.wordpress.org/plugins/tags/redirect/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/external-permalinks-redux/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

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

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/external-permalinks-redux/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/external-permalinks-redux/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/)