Site migration for wordpress is relatively easy. Does the new host have cpanel installed so that you can create a new DB in phpMyAdmin? All you need to do is export the old DB from cpanel, which will provide you with a .sql file. Then on your new site's hosting, go to your DB management and import that SQL file.
In your wp-config.php file you'll need to change the following code (underlined):
_______________________________________________________
define('DB_NAME', '
dbname');
define('DB_USER', '
dbuser');
define('DB_PASSWORD', '
dbpassword');
define('DB_HOST', '
localhost');
_________________________________________________
PHP MyAdmin Changes
Once you import the database (database_name.sql)
- Click on 'wp_options' at the left hand side
- Click on 'Browse' tab at top
- Click on edit (pencil icon) for 'siteurl' (first row)
- Change existing URL (
http://youroldurl) to new one (e.g.
http://yournewurl.com)
______________________________________________________________
Go to WordPress Admin
- Go to Setting >> General
- Change 'Site address (URL)'. This should be the same as defined in 'siteurl' in PHPMyAdmin.
- Save Changes
_______________________________________________________________
And there you go...
If you give me your hosting login information, I'll do it for $30.
-Lou