Title: Shortcode Redirect
Author: cartpauj
Published: <strong>September 22, 2011</strong>
Last modified: April 12, 2026

---

Search plugins

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

![](https://ps.w.org/shortcode-redirect/assets/icon-128x128.png?rev=3504572)

# Shortcode Redirect

 By [cartpauj](https://profiles.wordpress.org/cartpauj/)

[Download](https://downloads.wordpress.org/plugin/shortcode-redirect.1.0.4.zip)

 * [Details](https://lin.wordpress.org/plugins/shortcode-redirect/#description)
 * [Reviews](https://lin.wordpress.org/plugins/shortcode-redirect/#reviews)
 *  [Installation](https://lin.wordpress.org/plugins/shortcode-redirect/#installation)
 * [Development](https://lin.wordpress.org/plugins/shortcode-redirect/#developers)

 [Support](https://wordpress.org/support/plugin/shortcode-redirect/)

## Description

Shortcode Redirect allows site owners to automatically redirect a user after a chosen
amount of seconds when viewing a page or post on the site. The plugin instructions
are very simple. Add a shortcode to the post/page that looks like the following `[
redirect url='http://somesite.com' sec='3']` the url= part is where you define the
URL to redirect the user to and the sec= part is where you define how many seconds
to wait before redirecting.

#### Donate

[If you like this plugin please consider donating](http://www.memberpress.com/?aff=20)

#### Features

 * Works on pages and posts
 * NO settings or configurations to deal with
 * Define a URL to redirect the user to
 * Define how many seconds to wait before re-directing the user.

### Note

Shortcode redirect should work with older versions of WordPress as well but was 
not tested with anything older than 2.7

## Installation

 1. Upload ‘shortcode-redirect.zip’ to the ‘/wp-content/plugins/’ directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Add the shortcode on the pages/posts that you want to redirect. Shortcodes should
    look like `[redirect url='http://somesite.com' sec='5']` where the url= part is
    the URL to redirect to, and sec= is the seconds to wait before redirecting the 
    page.
 4. Done!

## FAQ

 * How do I get rid of the “Please wait while you are being re-directed…” line? –
   Later I will have an option for this, but for now, just edit the scr.php file
   and delete line 36 which contains that text then save the file.

## Reviews

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

### 󠀁[Works WP 6.5](https://wordpress.org/support/topic/works-wp-6-5-2/)󠁿

 [flyingkites](https://profiles.wordpress.org/flyingkites/) April 9, 2024

Just wish there was an option to open in a new tab. Work around was to open the 
redirected page in a new tab instead.

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

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

 [chicagola](https://profiles.wordpress.org/chicagola/) August 24, 2023

It is simple and easy to use. Just wish the text wasn’t showing on the frontend.
But it is an easy fix so I give it a 5 stars! Thank you for making this plugin!

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

### 󠀁[Terima Kasih](https://wordpress.org/support/topic/terima-kasih-9/)󠁿

 [erwinprasetyo](https://profiles.wordpress.org/erwinprasetyo/) January 19, 2022

Pluginnya berfungsi, semoga kedepannya ada pengaturan opsi lebih lanjut (sorry i
write in indonesian bahasa)

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

### 󠀁[Worked great for us.](https://wordpress.org/support/topic/worked-great-for-us-3/)󠁿

 [Delaware Genealogical Society](https://profiles.wordpress.org/delawaregenealogy/)
August 13, 2021

For a basic redirection on a page, it worked great.

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

### 󠀁[Super easy and super super effective](https://wordpress.org/support/topic/super-easy-and-super-super-effective/)󠁿

 [arbeola12](https://profiles.wordpress.org/arbeola12/) April 1, 2021

it works perfectly as it should, saved us a lot of coding time.

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

### 󠀁[Still Working](https://wordpress.org/support/topic/still-working-100/)󠁿

 [epilude](https://profiles.wordpress.org/epilude/) August 19, 2020

Using Wordpress v5.5 As far as I can tell this plugin still works. Very easy to 
set up.

 [ Read all 31 reviews ](https://wordpress.org/support/plugin/shortcode-redirect/reviews/)

## Contributors & Developers

“Shortcode Redirect” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ cartpauj ](https://profiles.wordpress.org/cartpauj/)

[Translate “Shortcode Redirect” into your language.](https://translate.wordpress.org/projects/wp-plugins/shortcode-redirect)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/shortcode-redirect/),
check out the [SVN repository](https://plugins.svn.wordpress.org/shortcode-redirect/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/shortcode-redirect/)
by [RSS](https://plugins.trac.wordpress.org/log/shortcode-redirect/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.4

 * Ensure compat with WP 6.9

#### 1.0.03

 * Fix XSS vulnerability (patchstack report efd671f0-81c0-4ca8-bbdb-11e6b63d3fe6)

#### 1.0.02

 * Fixed a low risk security hole

#### 1.0.01

 * Added output buffer to make text show up in the right place
 * Added license to main file
 * Fixed URL bug

#### 1.0.00

 * Initial release

## Meta

 *  Version **1.0.4**
 *  Last updated **1 day ago**
 *  Active installations **10.000+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/shortcode-redirect/)
 * Tags
 * [page](https://lin.wordpress.org/plugins/tags/page/)[post](https://lin.wordpress.org/plugins/tags/post/)
   [redirect](https://lin.wordpress.org/plugins/tags/redirect/)[rewrite](https://lin.wordpress.org/plugins/tags/rewrite/)
   [url](https://lin.wordpress.org/plugins/tags/url/)
 *  [Advanced View](https://lin.wordpress.org/plugins/shortcode-redirect/advanced/)

## Ratings

 4.3 out of 5 stars.

 *  [  22 5-star reviews     ](https://wordpress.org/support/plugin/shortcode-redirect/reviews/?filter=5)
 *  [  4 4-star reviews     ](https://wordpress.org/support/plugin/shortcode-redirect/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/shortcode-redirect/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/shortcode-redirect/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/shortcode-redirect/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/shortcode-redirect/reviews/)

## Contributors

 *   [ cartpauj ](https://profiles.wordpress.org/cartpauj/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/shortcode-redirect/)