Go To Namecheap.com
Hero image of Case Study: How We Converted a Static Site to WordPress
Creating & Managing Content, WordPress

Case Study: How We Converted a Static Site to WordPress

Many of us who started out on the Web early are likely to have a hardcoded custom website.

That’s so 1999! On EasyWP we started quick and clean with a plain HTML landing page as well. Once you decide to create content more often this becomes a problem. Updating or adding pages to a static site is a nuisance at best.

In the worst case, it prevents you from publishing at all. Also, as a brand that specializes in WordPress, we wanted to have a proof of concept WP site that shows a better way of doing things.

Key Benefits of Having a WordPress Site

Do you already use WordPress? Then you know how simple self-controlled online publishing becomes with it. Sure, there may be third-party services that are even easier to use, but in exchange they own your content.

For those who do not yet use WordPress as a content management system for their site… You’re probably thinking: “Why bother? The static site works fine. Why fix something that’s not broken?”

Here are some of the advantages in comparison to static sites:

  1. Ease of setup – no endless coding with ready-made themes. Changing the actual design of a static site is often quite tedious and requires lots of coding. On WordPress it’s straightforward.
  2. Very simple to add new content – adding a new piece of content also requires HTML skills when you use a static site. A CMS like WordPress only offers code view as an advanced option. You don’t really need it.
  3. Quick design changes – for both the overall site website and individual elements, you can move widgets (like a list of the latest comments for example) on WordPress with ease. A static website requires steps similar to a redesign.
  4. One-click advanced features – you can add many features by merely searching for them in a huge library of plugins. A static website requires custom programming to enable that.
  5. Automatic upload to the server – no FTP tools needed. In the past, you had to upload images and HTML pages manually using the file transfer protocol. WordPress does that in the background while you stay in the browser (Chrome, Firefox, Opera).
  6. User and contributor management – it’s a breeze when using the most popular CMS. It’s almost impossible on a static site. You need to give FTP access rights etc.
  7. Use case changes are no problem – you want to turn your site into an online store? No problem with WordPress. A static site has to be completely remade from the ground up.
  8. Great overview of your content assets – you can see how many articles you have on your site, how many comments and how many images. You can also quickly search for them.

In essence, a static site is very limited in scope and hard to update or change. Even as a web developer you need a significant amount of time to implement basic changes or to add new content.

WordPress simplifies all the common content and website creation, as well as optimization tasks. You can solve problems quickly and for free, and not need the budget to cover a whole team of experts.

Upcycling Existing Design and Code

Long story short—it was about time to create a proper website with a WordPress backend, and a custom theme on the way too. John, our lead front-end developer approached the task enthusiastically. Here’s how it went. (Spoiler Alert: it worked!)

We wanted to keep our existing design and the look and feel instead of creating a new one. We also didn’t want to code the site again from scratch.

Ideally, we would be able to copy and paste the site into WordPress. Of course, in reality that’s a much more complex process. So, let’s take a look at the nitty-gritty.

First of all, the goal was to reuse the current HTML/LESS code written for Laravelone of the most popular PHP frameworks. The current frontend module used to display the homepage was to stay intact. In other words, rewriting things was an option.

Creating a Custom WordPress Theme – Where to Start?

Building an HTML page is pretty easy once you know how the basic markup language works. Creating a site in WordPress requires more than just plain HTML and some styles, though. You need to make a template or theme in WordPress lingo.

The first step was to create the skeleton for a blank theme. In order not to start from scratch, the web dev decided to use the underscore theme boilerplate. It’s a blank theme and pretty similar to Twenty Nineteenthe standard WordPress theme shipped by default with WordPress 5+.

In order to reuse our styles and scripts, it seemed that we’d need some extra components to be able to compile the LESS and the ReactJS files. After several tests, we were able to take the same packages used for the current homepage version. Hooray!

The next question was how to make the current content of the Homepage editable. Understandably, the developer wanted to reuse the same template that was already working in Laravel.

Does Gutenberg Slow Down or Speed up the Process?

This answer is… it depends. For this project, we wanted to use the new Gutenberg block feature to make it compatible with the new WordPress editor. Thus, the goals were:

  1. make the content editable by using the new WordPress editor
  2. reuse the so-called blade/html template written in Laravel

After investigating the new Gutenberg editor: how it works when it comes to editing a page, the block concepts etc., it became apparent that writing a custom Gutenberg block is pretty tedious.

Instead, you can use a plugin called Block Lab, which provides a way to create one or more custom blocks connected to a PHP template.

That was pretty cool because we were able to make the page editable (ok, partially editable actually) and John managed to reuse his previous HTML template.

As you may imagine, we’re not simply looking for a static homepage. We also had to consider:

  • background images
  • custom alignments
  • “float” text
  • dynamic content
  • user interaction

Would we be able to translate all that into WordPress? It’s not a simple task, but even if we weren’t able to modify everything from the backend, we could still edit the content. Crucial page elements such as headlines and paragraphs among others are already editable. John was optimistic that we would able to improve the editing in a second step.

The next challenge was how to get the dynamic data related to the product list. Fortunately, we were able to get text from the JSON list directly from the old version by using a Request API.

In effect, this enabled us to get the product list from the EasyWP Dashboard. Thus John successfully recreated the whole Homepage inside WordPress.

So What Did We Learn?

Moving from a static one-page site (or rather a landing page) to a fully-fledged custom WordPress theme—one that was based on our own branding guidelines—definitely presented some challenges.

Overall, however, it showed that you can change the WordPress behavior and the theme structure with ease. Once you know how it’s done, the actual work is less complicated than you might first expect.

We always try to get new experiences when we develop something. More specifically, we always seek to create something reusable. Ideally, other people will be able to use our tools for their websites too. This way we can give back to the WordPress community and the open source community in general.

Giving Back to the WordPress Community

In this case, John has created an open source project—a framework which can be used to create a WordPress theme from scratch. It’s still a rough sketch but it’s the same one we actually used successfully in the current EasyWP theme.

The theme framework is called WP Spock and is licensed under the GPL 3. You can use it and modify or contribute in other ways. So join in the fun! You can also simply download WP Scotty. It’s a ready-made boilerplate theme.

Thus this project has been a twofold success. Not only for us—achieving our objective of moving a site from static HTML to WordPress. But we were also able to make the process and tools available for the broader public. It seems we can be satisfied with the end result!

Check out the result of our—mainly John’s—work: the actual WordPress-based EasyWP site. Do you notice the difference? Probably yes: it’s faster obviously!

Was this article helpful?
4
Get the latest news and deals Sign up for email updates covering blogs, offers, and lots more.
I'd like to receive:

Your data is kept safe and private in line with our values and the GDPR.

Check your inbox

We’ve sent you a confirmation email to check we 100% have the right address.

Help us blog better

What would you like us to write more about?

Thank you for your help

We are working hard to bring your suggestions to life.

Tadeusz Szewczyk avatar

Tadeusz Szewczyk

Tadeusz Szewczyk—who is rather known as Tad Chef—helps people with blogs, social media, and search. He has created and optimized websites since 1999 and has used WordPress since 2004. More articles written by Tadeusz.

More articles like this
Get the latest news and deals Sign up for email updates covering blogs, offers, and lots more.
I'd like to receive:

Your data is kept safe and private in line with our values and the GDPR.

Check your inbox

We’ve sent you a confirmation email to check we 100% have the right address.

Hero image of Love at First Site: WordPress and Small BusinessCase Study: How We Converted a Static Site to WordPress
Next Post

Love at First Site: WordPress and Small Business

Read More