Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created January 12, 2016 01:01
Show Gist options
  • Save pablocattaneo/265b722902b6c9378a92 to your computer and use it in GitHub Desktop.
Save pablocattaneo/265b722902b6c9378a92 to your computer and use it in GitHub Desktop.
Reemplazar un site url viejo por una nuevo ya sea porque se hizo un deploy de localhost al site online o porque se cambio de dominio. Fixing Images and Broken Links by updating Paths url: http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
UPDATE wp_posts SET post_content = REPLACE(post_content, 'localhost/test/', 'www.yourlivesite.com/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment