=== Redirecter === Contributors: productineer,anandbutani Tags: page redirect, re direct, redirect, post redirect, shortcode, shortcode redirection Donate link: https://www.paypal.com/donate?hosted_button_id=V8LDMKNN6GXEU Requires PHP: 7.0 Requires at least: 4.5 Tested up to: 5.6 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A super easy way to automatically redirect a user to another page when viewing a post/page on your site. == 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! == Frequently Asked Questions == = 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. == Upgrade Notice == = 1.0 = * Initial release. == Screenshots == 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). == Changelog == = 1.0 = * Initial release.