• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do you move a website created with Wordpress to another webhost?

Do you have access to cPanel? If so your new webhost should be able to do the entire transfer for you.
 
In short:

Dump the mysql database to a file from the old server
zip up all the old php files on the server
restore mysql dump to new server
upload the zip file and extract it on the new server (or individually through ftp)
change the wordpress configuration to match that of the new server
 
Back
Top