Created
January 12, 2016 01:01
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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