Lost widgets after site URL change.
-
Hi,
I’ve recently put together a site that was hidden under a sub domain for develpment. Now it’s finished it’s been moved to the proper URL. During this move I ran a the following SQL scripts to change the URL stings in the DB.
UPDATE wp_options SET option_value = REPLACE(.....);
UPDATE wp_postmeta SET meta_value = REPLACE(....);
UPDATE wp_posts SET guid = REPLACE(....);
UPDATE wp_posts SET post_content = REPLACE(....)
Everything is fine, (so far!), apart from the widgets which have all vanished.What do I need to do to bring them back?
(I can recreate them obviously, but this will be a fairly standard development process for us so it would be nice to have a quicker way of fixing the issue.)Thanks
- The topic ‘Lost widgets after site URL change.’ is closed to new replies.