сss (9) сss3 (14) ajax (2) css (42) drupal (7) Fix IE6 (4) font (4) html (23) javascript (22) jQuery (15) js (5) less (1) php (1) scss (1) soft (2) vue (1) webstorm (1) wordpress (1)

перенос сайта Wordpress

UPDATE wp_options SET option_value = REPLACE(option_value, 'http://oldsite.ru', 'http://newsite.ru') WHERE option_name = 'home' OR option_name = 'siteurl';

 UPDATE wp_posts SET guid = REPLACE(guid, 'http://oldsite.ru','http://newsite.ru');

 UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://oldsite.ru', 'http://newsite.ru');