Converting to WordPress
-
Good morning.
TL;DR:
I’m looking for the best way to replicate the appearance of an old “static HTML” site (americanaccents.com) into a modern, data-driven WordPress site. What is the best way to do so?The long story:
Every year, we have to update it by hand, which takes late nights, early mornings, and weekends during the last few weeks of the calendar year. Needless to say, editing a static HTML site is excruciating, but our boss wants it to look “exactly like the paper catalog.” That catalog is in a horizontal format, like a car dealership’s brochure for a new car, with glossy black pages and all. Thus, our site looks like something out of 1998.I hate it and want to convert it to WordPress so that future updates will be as seamless as possible, with product data retrieved from a database, minimizing typos and broken links, etc. In order to please the boss, however, it needs to look as close as possible to the existing static HTML site, but with responsiveness, of course.
I have some experience with PHP and Laravel, know JavaScript well enough, and have even created an entire database from scratch that contains all of our product data, their specs, prices, etc. In fact, you can see my Laravel-driven site, which is essentially a d.b.a. of American Accents, at americancabin.com.
On that site, everything is driven by the database and displayed dynamically. It’s also responsive. (I’m honestly surprised that our stuck-in-the-past boss allowed this site to go live.) Unfortunately, the American Accents site cannot look like this. It must be identical (or close to it) to the existing AA site.
I’ve been told that this do-able and that I should use custom post types and/or custom fields. I’ve also been told to look into using Divi or Beaver Builder. I’m still relatively new to WordPress and I know I have a lot to learn, but I am certainly willing to do so, as I really want to get into the web dev industry. I even just finished watching Lynda’s course on the Advanced Custom Fields WP plugin, thinking that might also help me with this project.
Please understand that I’m not necessarily looking for someone to build it for me; I just need to know:
- If this is even possible (converting the AA site to WordPress)
- What tools (plugins/themes/etc.) I should use to do so
- A rough outline of how I should leverage those tools to replicate the appearance of the existing AA site
It would be ideal if I could also somehow import my custom-built product database into this WordPress version of the site, but I don’t expect that it would be possible. I wouldn’t mind too much recreating all of that data using WP’s tools (or plugins), though.
So, I know this was lengthy, and for that, I apologize. I tend to be thorough and a little too prolific for my own good. Anyway, is there any chance that this project could be done, and how?
The page I need help with: [log in to see the link]
- The topic ‘Converting to WordPress’ is closed to new replies.