Great, now keep those in mind.
- Download a fresh copy of WordPress from wordpress.org and extract it locally.
- Copy
wp-config-sample.php
intowp-config.php
and change the following lines:
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'DB Name' );
/** Database username */
define( 'DB_USER', 'Hosting account name' );
/** Database password */
define( 'DB_PASSWORD', 'Hosting account password' );
/** Database hostname */
define( 'DB_HOST', 'MySQL host' );
and this
$table_prefix = "wpsd_";
- Download FileZilla (Client) from filezilla-project.org. See this guide on how to use the app:
- Upload your copy of WordPress to your account.
- You may now login to your site at https://rabeetkhan-portfolio.infinityfreeapp.com/wp-admin/
- You should see something like “Plugins xxx deactivated”, “theme not found”, and that’s ok.
- Go to the “Themes” page and install & activate the “Blocksy” theme.
- Go to the “Plugins” page and install & activate the following:
- All-in-one WP Migration
- Blocksy Companion
- Classic Editor
- W3 Total Cache
- WP Mail SMTP
- WPForms
Now your site should load up normally. Some data is lost, but the configs, posts, and some other things should be present.