This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Redirecter

Description

The plugin instructions are very simple. Add a shortcode to the post/page that looks like the following [redirecter redirect_to='https://domain.com/' time_delay='3'] the redirect_to= part is where you define the URL to redirect the user to and the time_delay= part is where you define how many seconds to wait before redirecting.

Features

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

Installation

  1. Upload ‘shortcode-for-redirect.zip’ to the ‘/wp-content/plugins/’ directory.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

  3. Add a shortcode to the post/page that looks like the following [redirecter redirect_to='https://domain.com' time_delay='3'] the redirect_to= part is where you define the URL to redirect the user to and the time_delay= part is where you define how many seconds to wait before redirecting.

  4. Done!

FAQ

How to use Redirecter

Add a shortcode to the post/page that looks like the following [redirecter redirect_to='https://domain.com' time_delay='3'] the redirect_to= part is where you define the URL to redirect the user to and the time_delay= part is where you define how many seconds to wait before redirecting.

Reviews

Read all 1 review

Contributors & Developers

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

Contributors

Translate “Redirecter” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial release.