[Solved]
Greetings,
I'm new to these parts and still adjusting. I'm trying to do the first ever migration of my wordpress site. I'm using both to x10 hosting and subdomain.
I followed this tutorial stopping at "Transfer WordPress from wordpress.com"
I have uploaded my entire site to x10 using the public_html folder as the root directory. I have imported my old database successfully. The contents are visable via phpmyadmin. I have changed the values in wp-config.php and used the string 'localhost' as the sql host.
Lastly, I used these functions to update the site location. One thing I don't know about with this step was "add these lines to the functions.php file of your theme." I was using a theme titled Parabolic which wasn't present in the functions.php file by searching. It was a really long file so I put the functions after the first:
<?php...
update_option('siteurl','http://www.new-site-address.com');
update_option('home','http://www.new-site-address.com');
rest of code... Maybe if someone has a keyword I can place them in the right spot?
During the process, the first error was a Database connection. After putting in the update function all I get is a white screen with no text.
many, many, many, many, thanks to you, and <3 + ice cream <#
Greetings,
I'm new to these parts and still adjusting. I'm trying to do the first ever migration of my wordpress site. I'm using both to x10 hosting and subdomain.
I followed this tutorial stopping at "Transfer WordPress from wordpress.com"
I have uploaded my entire site to x10 using the public_html folder as the root directory. I have imported my old database successfully. The contents are visable via phpmyadmin. I have changed the values in wp-config.php and used the string 'localhost' as the sql host.
Lastly, I used these functions to update the site location. One thing I don't know about with this step was "add these lines to the functions.php file of your theme." I was using a theme titled Parabolic which wasn't present in the functions.php file by searching. It was a really long file so I put the functions after the first:
<?php...
update_option('siteurl','http://www.new-site-address.com');
update_option('home','http://www.new-site-address.com');
rest of code... Maybe if someone has a keyword I can place them in the right spot?
During the process, the first error was a Database connection. After putting in the update function all I get is a white screen with no text.
many, many, many, many, thanks to you, and <3 + ice cream <#
Last edited: