Dear Support,
I wanted to backup my site from one hosting to another but my header and footer missing. (The domain of the site is also changed)
This is how i did it:
1. Downloaded the full content from public_html
2. Exported the full database through phpmyadmin
3. Replaced all domain in the database backup to the new one
4. Uploaded the database to the new host
5. Uploaded the site files to the new host
– Changed my db settings in the wp_config
– Added these lines:
define( 'WP_HOME', 'http://tokimodesign.co.uk' );
define( 'WP_SITEURL', 'http://tokimodesign.co.uk' );