make sure to update the Database first
use this script in mySQL to update the inserted link
more in here
use this script in mySQL to update the inserted link
UPDATE wp_posts SET guid = REPLACE (
guid,
'http://exampleoldsiteurl.com',
'http://examplenewsiteurl.com');
more in here
Comments