Modifying the wp_options table to run on localhost


There are two lines to edit in the wp_options table to edit when importing data from the live server to the local test computer.

option_name = “siteurl” -> remove the (www.)domainname(.net) leaving just domainname

option_name = “home” -> remove the (www.)domainname(.net) leaving just domainname