WordPress blog changes domain


/ Published in: MySQL
Save to your folder(s)

This gets me every time. Why doesn't my blog work?! Oh yeah, that's why.


Copy this code and paste it in your HTML
  1. update wp_options set option_value = "http://domain.tld" where option_name = "siteurl" or option_name = "home";

URL: http://jspr.tndy.me

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.