To install a ready-made WordPress website purchased from 5ivecode, you use the provided WPvivid Backup file. Install the WPvivid Backup plugin on your target WordPress site, upload the backup file, restore the entire site (including theme, plugins, content, and settings), and then reconfigure your permalinks and site URL if needed.
Key takeaways
- 1Every 5ivecode website comes as a complete WPvivid Backup file.
- 2Restoring requires a fresh or existing WordPress installation.
- 3The WPvivid Backup plugin handles the entire restoration process.
- 4All theme, plugins, pages, media, settings, and database are restored.
- 5After restoration, update the site URL and permalinks if necessary.
- 6Consider installing a child theme for future customization.
- 7The process typically takes a few minutes depending on file size.
Welcome to the 5ivecode tutorial on installing a ready-made WordPress website using WPvivid Backup. This guide walks developers or buyers through the entire restoration process — from prerequisites to post-restoration configuration. Whether you're setting up a site for a client or launching your own project, this method ensures a clean and efficient deployment. You can find more tutorials and insights on the 5ivecode blog.
Prerequisites
Before you begin, gather the following essential items:
What You Need
A WordPress installation: This can be a fresh install or an existing site. Restoring will overwrite all current data, so choose accordingly.
The WPvivid Backup plugin: Download the free version from the WordPress Plugin Directory or purchase the premium version for additional features.
The backup file from your 5ivecode purchase: This is a .zip file containing your entire website (theme, plugins, media, database, etc.). Ensure it's accessible from your computer.
Access to your WordPress admin dashboard and FTP (optional but recommended for troubleshooting).
Installing the WPvivid Backup Plugin
WPvivid Backup is the tool you'll use to restore your website. Follow these steps to install it:
Log in to your WordPress admin dashboard.
Navigate to Plugins > Add New.
Search for "WPvivid Backup".

Click Install Now and then Activate.
Once activated, you'll see a new "WPvivid Backup" menu item in your admin sidebar. Click it to open the plugin dashboard.
Restoring Your Website from the Backup File
Now let's restore the backup you received from 5ivecode. The process is straightforward, but attention to detail is key.
Uploading the Backup File
In your WordPress admin, go to WPvivid Backup > Backup & Restore.
Click the Upload tab.
Drag and drop your backup file or click Choose File to select it from your computer.
Click the Upload button and wait for the process to complete. The file size may take a few minutes depending on your server limits.
Starting the Restoration
After upload, you'll see the backup file listed. Click the Restore button next to it.
WPvivid will ask if you want to restore the entire site or just the database. For a full ready-made site, choose "Restore the entire site (including database and files)".
If your restore target uses a different domain URL, enter the new site URL in the provided field. This updates the database URLs automatically.
Click Restore to start. A confirmation popup will appear; confirm to proceed.
Waiting for Completion
The restoration time depends on your server performance and backup size. A large site (e.g., several hundred megabytes) may take 5-10 minutes. Do not close the browser or interrupt the process. WPvivid displays a progress bar and log. If it seems stuck, check your server's PHP execution time limits. Many hosts allow 300 seconds or more. If the process consistently fails, see the troubleshooting section below.
Post-Restoration Tasks
After a successful restoration, you'll need to verify and adjust a few settings to ensure everything works properly.
Updating the Site URL
If you restored to a new domain, WPvivid's URL replacement should have handled the update. Double-check by going to Settings > General and confirming that the WordPress Address (URL) and Site Address (URL) match your desired domain. If they are still old, use a search-and-replace plugin or WP-CLI (e.g., better search replace or wp search-replace 'https://oldurl.com' 'https://newurl.com').
Settings and Permalinks
Go to Settings > Permalinks and select your desired structure (e.g., Post name). Click Save Changes to flush rewrite rules. This prevents 404 errors on your restored content. Also check other settings like timezone, date format, and reading settings to match your project needs.
Installing a Child Theme (Optional)
A child theme allows you to customize the theme without losing changes on future updates. To create one: create a new folder in /wp-content/themes/ with a style.css referencing the parent theme. Then activate the child theme. For detailed guidance, refer to the WordPress Codex. This step is recommended for developers who plan to modify theme files.
Troubleshooting Common Issues
Even with careful execution, you might encounter problems. Here are solutions for frequent issues:
File size too large: Increase your PHP upload_max_filesize and post_max_size in php.ini, .htaccess, or through your hosting panel. The WPvivid dashboard also shows the recommended limits.
Timeout error: Increase PHP max_execution_time (e.g., to 300 seconds). Also consider using a dedicated migration plugin if your host is very restrictive.
Database connection failure: This typically happens when the backup was created with different database credentials. You can manually edit the wp-config.php file with the correct DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST.
White screen of death: Clear any object caches and deactivate all plugins via FTP by renaming the /plugins/ folder. Then re-activate one by one to isolate conflicts.
If issues persist, consult the WPvivid documentation or your hosting support.
Conclusion
You've now successfully installed a ready-made WordPress website from 5ivecode using WPvivid Backup. The process, while straightforward, gives you a fully functional site with all themes, plugins, and content intact. Remember to always test your site thoroughly after restoration. Happy building!
Frequently asked questions
Do I need a fresh WordPress installation?
Not necessarily. You can restore on an existing site, but it will overwrite all current data, including content, settings, and database.
What if the restoration fails?
Ensure your server meets WPvivid's requirements, especially file upload limits and PHP memory. Check your server error logs for details.
Can I select specific parts of the backup to restore?
No, WPvivid restores the entire backup. If you need only specific components, extract them from the backup manually.
Does the backup include the WordPress core?
Yes, WPvivid backups can include the entire WordPress installation, but it's recommended to have a compatible WordPress version on your server.
How do I update the site URL after restoration?
Use the WPvivid plugin's 'Restore' screen to enter the new site URL before starting the restoration, or use a search-and-replace tool afterward.
Can I use the backup on a local development site?
Yes, as long as your local environment meets the requirements. You may need to update the site URL and file paths.