Skip to content

Instantly share code, notes, and snippets.

@KFleeger
Created November 17, 2014 15:35
Show Gist options
  • Save KFleeger/e4381df77e4314881041 to your computer and use it in GitHub Desktop.
Save KFleeger/e4381df77e4314881041 to your computer and use it in GitHub Desktop.
Redirect a WordPress Page to Another URL
// 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