Choosing a WordPress Theme for a Construction Company
Construction sites are not design showcases. They exist to prove competence, be found locally, and recruit trades — and the person updating one is an office manager between phone calls.
A construction company website has one job: convince someone who is about to spend a large amount of money that you will not let them down. Nobody has ever awarded a contract because of a parallax hero.
That makes this an unusual niche to shop for a theme in, because most of what decides the site is not visual. Three audiences arrive: clients checking whether you are credible, tradespeople looking for work, and occasionally a main contractor vetting you as a subcontractor. Theme demos are built for the first only.
Projects are records, and they are the whole argument
A past project is not a gallery. It is a structured claim: sector, location, contract value band, duration, scope of works, the client, and photographs from before, during and after.
Once those are fields, the site can answer the question buyers actually ask — "have you done a school extension near here?" — by filtering, rather than by making them scroll a grid of unlabelled photographs. It also lets a service page pull in the three most relevant projects automatically instead of someone maintaining links by hand.
Register that post type through a plugin, not in the theme. Construction firms rebuild their websites rarely and abruptly, usually when a new marketing person arrives, and the entire proof of competence should not be attached to whichever theme was fashionable the last time. The filtering-and-archive patterns worth borrowing are in portfolio themes.
Accreditations expire, and themes hide them
Trade accreditations, health-and-safety scheme memberships and insurance certificates are the fastest trust signal on the site. They are also the thing most commonly hardcoded into a theme's footer widget as a strip of logos.
Two problems follow. They vanish at the next redesign, and — more damaging — they go stale, because nobody can find where to change them. An expired certification date on a public page is worse than none.
Keep them as editable content with a renewal date recorded somewhere a human will see it. Whoever updates the site should be able to swap a logo and a certificate number without opening a theme file.
The photographs are the site, and they arrive badly
Site photography comes off a phone in a hi-vis pocket: fifteen megapixels, sometimes sideways, thirty at a time, uploaded from a van.
- Resize before upload, or the media library fills with originals nobody needs and mobile pages crawl. Optimising images in WordPress covers the mechanics.
- Check the theme registers sensible image sizes. Themes that display a 400px thumbnail by scaling the full-size file are why project galleries look soft — see blurry images in WordPress for the opposite failure.
- Consistent crops matter more than clever layouts. A masonry grid of mixed portrait and landscape phone shots looks amateur regardless of theme quality.
Enquiries and the drawings attached to them
A commercial enquiry frequently arrives with a plan, a schedule of works or a tender document attached. The form has to accept files, at a size limit the host will honour, without silently failing — and it must reach an inbox someone reads, not a database table nobody logs into.
That is a form plugin decision, not a theme one; contact form plugins covers the criteria. Test the actual upload with a real 20MB PDF before launch, because that is the failure mode that costs work.
Being found locally, and hiring
Most construction work is geographically bounded, which means real service-area pages with real content, not a single "areas we cover" list of forty town names. The theme needs to make producing those pages easy and let each one carry its own projects and testimonials. The groundwork sits in the SEO checklist.
Recruitment is the audience nobody plans for. Firms in the trades are hiring almost permanently, and a "current vacancies" page with a simple application form quietly becomes one of the most visited parts of the site. Check the theme leaves room for it in the main navigation rather than assuming every visitor is a buyer. The broader pattern is the same as any service business site.
Free versus paid, honestly
Searches for a free WordPress theme for construction company sites return a familiar set: orange-and-grey demos with a hard hat photograph, an animated statistics counter and a "get a free quote" bar. They are not bad. They are also not the reason anyone will hire you.
A maintained free theme, a project post type owned by a plugin, and one day of a professional photographer on your best site will outperform a paid construction theme with stock imagery every time. Spend the budget where it shows.
Where to start
Write the three service pages and load ten real projects with real photographs first, using whatever theme is installed. If the content is convincing in plain formatting, any competent theme will make it look good. If it is not, no theme will fix it.
Frequently asked
- Usually yes, and the money is better spent on a photographer for a day. Buyers judge a builder on the quality of the project photographs and the clarity of the accreditations, neither of which a paid theme supplies.
- They are usually enormous phone images uploaded at full resolution, sometimes rotated by camera metadata the browser ignores, and then scaled down by the browser rather than by WordPress. Resize before upload and check the theme is registering sensible image sizes.
- A custom post type registered by a plugin, so projects can carry sector, location and value-band fields and be filtered. Registering it in the theme means the whole project archive disappears the next time the site is redesigned.