adminhoang
Forum Replies Created
-
UPDATE wp_options SET option_value = thay thế (option_value, ‘http://www.startguides.net’, ‘http: // localhost / startguides’) WHERE option_name = ‘trang chủ’ HO ORC option_name = ‘siteurl’;
UPDATE wp_posts SET post_content = thay thế (post_content, ‘http://www.startguides.net’, ‘http: // localhost / startguides’);
UPDATE wp_postmeta SET meta_value = replace (meta_value, ‘http: //www.startguides.net’, ‘http: // localhost / startguides’);- This reply was modified 9 years, 1 month ago by adminhoang.
Akismet
UPDATE wp_options SET option_value = thay thế (option_value, ‘http://www.startguides.net’, ‘http: // localhost / startguides’) WHERE option_name = ‘home’ HO ORC option_name = ‘siteurl’;
UPDATE wp_posts SET post_content = thay thế (post_content, ‘http://www.startguides.net’, ‘http: // localhost / startguides’);
UPDATE wp_postmeta SET meta_value = replace (meta_value, ‘http: //www.startguides.net’, ‘http: // localhost / startguides’);Forum: Localhost Installs
In reply to: My customize theme doesn’t work after migration from local hostSau khi di chuyển đến một máy chủ khi tôi cố gắng thay đổi thông qua việc tùy chỉnh
các thay đổi không được lưu và khi tôi rời khỏi trang tôi nhận được thông báo rằng những thay đổi sẽ không được tiết kiệm.
Có ai có ý tưởng làm thế nào để khắc phục nó?