wordpress temp URL to correct domain name

Avatar
  • Answered
changing wordpress temp url back to your domain name...
in the php file, i assume we do not use www.
just the http://domain-name.com?
we then change it to
define('WP_HOME','http://makweb.com);
define('WP_SITEURL','http://makweb.com);

is this the correct procedure?
Avatar
Scott
Hello YogaMarieMills, Thank you for your question today. If you are ready to use the domain name and have it already pointed to the proper nameservers, you simply need to remove the lines referencing the temp URL as they are not necessary when using the proper domain name. Be sure that your URL settings in the admin dashboard are correct before doing so, however. The use of www or not is completely up to you, but as time goes on, the www is falling out of favor as people simply use the domain name itself. Kindest Regards, Scott M