The right method depends on how big that static website is.
If it’s a small site with not many pages, it’s better to do it manually, this way we will have a clean install and everything is in the right place.
For a big site with many like hundreds pages, try using a plugin like this one
https://www.ads-software.com/plugins/import-html-pages/
From the plugin description, it states that “Imports well-formed static HTML files into WordPress”, so the result will depend on how well-formed that html pages are. Otherwise there will be a lot of things to clean up manually.
Doing this requires some basic knowledge of WordPress, like post,page,taxonomy, and template hierarchy so that we can manage the content properly where it should belong to. So if you are new to WordPress, I would recommend reading through this page before actually doing it.
What You Most Need to Know About WordPress
https://codex.www.ads-software.com/Main_Page
The website was made with wordpress.
The backup is a manual backup, the backup was made by downloading the whole /public_html/ folder. Inside the folder are wordpress subfolders.
There are no HTML file inside, they are all PHP.
The website itself is a simple, just several pages.
]]>(ok this is a bump effort, i need answers, deadline is near, i’m desperate)
]]>Is the old site also still accessible online? If the answer is yes, I think you can still make it
In your zip, navigate to this
<strong>/wp-content/themes/{theme-name}</strong>
Make a copy of theme folder and zip it, then go to your new WordPress install on the new host and login and upload the theme via Appearance > Themes . Since it’s a small site with several pages, it’s better to just manually creating pages anyway. Create pages, also add images (just download from old site one by one) to match each page on the old site.
Do the same thing for the plugin(s), if there is any that’s necessary.
<strong>/wp-content/plugins/{plugin-name}</strong>
At this point should i just mark this thread as resolved or i should wait and update the progress?
]]>So as in my previous comment, copy theme and plugin folder and upload to the new WP install. Now we need the database, once you find the database backup (SQL file) that the person gave to you, use a database management tool (like phpMyAdmin or whatever your host provides) to import the SQL file.
This plugin might help import the SQL file right in the WP admin page (I myself have never used it before but it might be useful for you)
https://www.ads-software.com/plugins/wp-database-backup/
and then use this tool to search and replace old site url with new one.
https://www.ads-software.com/plugins/search-and-replace/
wishing the best for you Paul
]]>