Changing a site URL or Domain or Moving a site from test site to live site may sometimes resulted in the site not working anymore. This is because WordPress is still looking at the old URL. To resolve this issue, you could simply insert 2 lines into the functions.php file. Note that once the site is updated to the new URL, remember to remove this 2 lines.

 

update_option('siteurl','http://www.newurl.com');
update_option('home','http://www.newurl.com');

 

Difficulty level: easy
Bug Risk: Nil

Want us to do this for you? It takes about 1 to 2 hours.
Our rate is $20 per hour ( min. 2 hours)