Most of the "I need a website" enquiries we receive are followed by the same second sentence: "Should it be WordPress?" A fair question about the platform that runs a large share of the world's websites. The honest answer is this: WordPress is excellent for some jobs, and an expensive mistake for others. In this article we separate the two, with examples — and since we build sites on both stacks, we are not selling either side.
When WordPress Is the Right Choice
- You will manage the content yourself: adding posts, swapping images and opening new pages is about as easy as using Word. For a business that publishes content frequently, this is the biggest advantage.
- You want a fast, economical start: thanks to the mature theme and plugin ecosystem, a corporate site goes live in less time than custom software would take.
- Your needs are standard: brochure pages, a blog, a contact form, simple e-commerce — every one of these has a proven, ready-made solution.
When It Is the Wrong Choice
- You have custom business logic: dealer pricing, membership panels, company-specific workflows... Forcing these through plugin stacked on plugin gets billed later as "plugin conflicts" and slowness. That territory belongs to custom PHP development.
- Speed is critical: with the general-purpose weight it carries, WordPress is slower than custom software doing the same job. We described the case where we measured the PageSpeed gap here.
- Nobody is going to maintain it: details below — an unmaintained WordPress site is a site that breaks silently.
The Real Cost Items
WordPress is "free"; a website is not. The real items: domain and hosting, a quality theme (usually licensed), a few licensed plugins depending on functionality, setup and customisation labour, image and content preparation, and continuity (maintenance + backups + updates). Most builds that look cheap use unlicensed ("nulled") themes and plugins — the most common door hackers walk through. You can see the exact figure for your scope, item by item, in our price calculator; it compares the WordPress and custom-PHP bases side by side.
Where Neglected WordPress Ends Up: a Real Case
The WordPress ecosystem never stops updating: the PHP version, the core, the theme, the plugins. A site that isn't updated eventually breaks silently — it throws no error, it just stops working. We lived through the starkest example of this: an education site whose contact forms had delivered not a single message for three years, and nobody had noticed. The whole case — the 20-item repair and the mobile speed climb from 81 to 99 — is in this article.
Our WordPress Standard
We deliver a WordPress project with this set: licensed theme and plugins, speed optimisation (image formats, caching, removal of unnecessary scripts), SEO foundations (sitemap, schema, meta structure), security hardening, data-protection (KVKK) compliance and admin training. Afterwards, clients who wish to can continue with a maintenance plan — that is the insurance against living through the case above.
How a WordPress Site Is Actually Built: the Step-by-Step Process
The videos that come up for "how to install WordPress" show ten percent of the job: putting the software on a server is half an hour's work. The real steps of a professional build are these: choosing the domain and hosting, installing SSL, loading a licensed theme and customising it to the brand, installing and configuring the essential plugin set (caching, security, SEO, backups), cleaning out the sample content, running speed and mobile-compatibility tests, and registering the sitemap with Search Console. The difference between "installed" and "ready to launch" is this list — and what cheap setup offers usually leave out is the second half of it.
Can AI Build Your Website?
This is the rising question of the moment. The honest answer: AI today is a serious accelerator for producing text, images and code — we use it in production ourselves. But we are not at the "send a link, get a finished site" stage: hosting, security, legal texts, payment integration, SEO foundations and — above all — the decisions specific to your business are still human work. What AI makes cheaper is the production hour; what hasn't changed is the need to describe correctly what should be produced. If that description is wrong, AI simply produces the wrong thing faster.
Putting a WordPress Site into Maintenance Mode
A small but frequently searched need: not showing visitors a half-finished page while you make major changes. With a plugin or a single line of code, the site switches to a "we're under maintenance" screen — but two critical details tend to get skipped. First, the maintenance screen must return a 503 status code to search engines; if it returns 200, Google may take "we're under maintenance" to be your site's actual content. Second, maintenance mode should last minutes, not hours; long jobs are done on a copy (staging) site and pushed live in a single move.
The decision rule in short: a content-heavy business with standard needs that wants a fast start → WordPress; a business with custom workflows, panels and integrations → custom software. If you are somewhere in between, a fifteen-minute conversation is cheaper than months of the wrong investment.