Created
November 17, 2014 15:35
-
-
Save KFleeger/e4381df77e4314881041 to your computer and use it in GitHub Desktop.
Redirect a WordPress Page to Another URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Paste this code in the body of a wordpress page or post. | |
<html><meta http-equiv="refresh" content="0;url=http://example.com/" /></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment