You can automatically redirect your users from one page to another after the chosen amount of time in your WordPress based website. This can be easily done by using a simple shortcode inside your post/ page content.
First you will be needing to install and activate the plugin called Shortcode Redirect. Upon activation you can add a shortcode to post/page that looks like this:
[redirect url='http://somesite.com' sec='3']
Where the url= part is for defining the URL to redirect the user to
And the sec= part is where you define seconds to wait before redirection occurs.
Features:
- No configuration settings
- Works both on posts and pages
- Easily define a URL to redirect the user to
- Define time in seconds to wait before re-directing the user.