Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 23, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivandoric/11215015 to your computer and use it in GitHub Desktop.
Save ivandoric/11215015 to your computer and use it in GitHub Desktop.
wordpress: move site - update URLs
<?php
/*add this to functions.php file in theme */
update_option('siteurl','http://example.com/blog');
update_option('home','http://example.com/blog');
/* After the site is up and running remove those two lines */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment