How to Redirect any WordPress Page to Another Site
I want to redirect a page from Nineteen Labs to my tumblr site. Not only a page, but any page or post.
There are 2 ways.
1. Use a meta tag. Put this tag into your post/page:
<meta http-equiv="refresh" content="0; url=web_address" />
Change url=web_address to your web address, you also can change time to redirect from 0 to whenever you want. For example
<meta http-equiv="refresh" content="0;url=http://bookmark.nineteenlabs.com" />
[redirect URL SECONDS]
For example
[redirect <a href="http://bookmark.nineteenlabs.com/">http://bookmark.nineteenlabs.com/</a> 0]






Rene added these words on Mar 07 2008 at 3:09 amI have been using the EasyRedirect plugin for a while now, but I am trying to figure out how to target=”_blank”. I can’t seem to get an answer anywhere else. I also have another plugin I’m using called “Shadowbox” that allows an external link to be shown in a lightbox sort of fashion. I thought it would be neat to have a Page open up using the shadowbox format. But, I would definitely settle for opening in a new window if possible. Any ideas?