Contributors: nanodesigns
Tags: redirection, http redirection, wordpress redirection
Requires at least: 3.0
Tested up to: 4.4.2
Stable tag: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Create a native, easy-to-use redirection being in WordPress database schema that works in single site and multisite instances.
Create a native, easy-to-use redirection being in WordPress database schema that works in single site and multisite instances
The plugin is simple to install:
- Download the latest release of NanoRedirection plugin as
.zip
file - Unzip and upload the
nano-redirection
directory to your/wp-content/plugins
directory using FTP or File manager - Go to the plugin management page and enable the plugin
- Find the menu under
Tools
menu and create necessary redirections
Q. Where is the menu?
A. The Redirection
menu is under Tools
menu in admin panel.
NanoRedirection - redirection creation panel
NanoRedirection - list of redirections
You can use this plugin for your plugin or theme to make necessary redirection automatically. Just use the following function where necessary. It will function upon activation of the plugin and will redirect as per your choice:
nr_create_redirection( $from_url, $to_url, $status );
$from_url
: From which URL you want to redirect the user$to_url
: To which URL you want to redirect the user to$status
: The HTTP status code, whether301
(Moved permanently) or302
(Temporary Redirect). Default:301
.
- The plugin initiated
- WordPress database schema
- No other database
- Works on WordPress Multisite too