The backend refers to everything happening behind the scenes of a website — the server, database, and code that process requests and generate what visitors eventually see.
In WordPress, “backend” is also commonly used to describe the admin dashboard itself — the login-protected area where you manage content, as opposed to the public-facing frontend that visitors actually browse.
Backend vs Frontend
It helps to think of it this way: the frontend is what a visitor sees and interacts with directly. The backend is everything working behind that, invisible to the average visitor — databases, server logic, and admin tools.
Why the Distinction Matters
If your site looks broken visually, that’s usually a frontend issue — often something in your theme’s CSS. If your site won’t load at all or shows a database error, that points to a backend problem instead, which usually needs a developer or hosting support to resolve.