Updating WordPress siteurl & sitehome for new domain easily without touching the database

If you have recently moved your WordPress to another domain and need to quickly change the domain url without touching the database. This class is for you. Open  wp-config.php  Put in the following lines of codes at the top of the page after the <?php define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); You need to change the example.com to your new … Continue reading Updating WordPress siteurl & sitehome for new domain easily without touching the database