Skip to content

Instantly share code, notes, and snippets.

@csknk
Last active December 28, 2015 10:29
Show Gist options
  • Select an option

  • Save csknk/7486173 to your computer and use it in GitHub Desktop.

Select an option

Save csknk/7486173 to your computer and use it in GitHub Desktop.
Temporary siteurl fix for WordPress migration
<?php
// Enable following line temporarily after migration
update_option('siteurl','http://www.thenewsiteurl.com/sub');update_option('home','http://www.thenewsiteurl.com/sub');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment