Fixing Broken Links WordPress

Using the wp-cli 1234567curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar php wp-cli.phar –info chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp wp –info cd /var/www/html/ wp search-replace ‘192.168.10.100’ ‘www.itsmetor.com’ –all-tables

Fix WordPress Site URL

You change the site url in WordPress and then cannot get the site to load at all. Revert it in the database. 123456789101112mysql -u *YOURDBUSERNAME* -p > *YOURPASSWORD* show databases; …