Edit the URL of WordPress blog for recovery
Posted by 3DCAD Editor
One of my blogs is down, and for unknown reasons, an automatic URL jump takes place every time. By googling, here is the solution: (original article can be found here) Edit the “functions.php” in your active theme folder; Add these two lines to the file, immediately after the initial “<?php” line. update_option(’siteurl’,'http://example.com/blog’); update_option(’home’,'http://example.com/blog’); Save the file back. Load the login or...


Comments
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!
You must be logged in to post a comment.