WordPress Website Templates vs Themes
The words are used interchangeably and they are not the same thing. One is the software that renders your site; the other is a starting layout you import into it. Confusing them is how people buy the wrong thing.
Three different things share the word "template", and buying the wrong one is a common, expensive mistake:
| Term | What it actually is | Where it lives |
|---|---|---|
| Theme | The software that renders your whole site | wp-content/themes/ |
| Page template | One layout inside a theme — full width, no sidebar | A file or an option in the editor |
| Starter template | An importable design: pages, images, settings | Imported into an existing theme |
| Site template / kit | A whole demo site you import in one go | Imported, usually by a builder or theme |
You install one theme. Inside it you may import many starter templates and assign a page template per page. When somebody says "I bought a WordPress template", they almost always mean a theme, and occasionally mean a design file that is not WordPress at all.
The one that matters: theme
The theme owns the header, the footer, the archive layouts, the typography scale and the colour system. Everything else sits inside it. This is why the theme decision outlasts every other design decision on the site — the guidance for making it is in how to judge a WordPress theme.
Two families:
- Classic themes render with PHP template files. Customisation happens in the customiser, in custom CSS and in a child theme.
- Block themes define everything in
theme.jsonand HTML templates, editable visually in the Site Editor. See what is a WordPress block theme.
The family matters more than the individual theme. A block theme changes where your design lives and who can edit it.
Page templates
A page template is a layout option for one page: full width, no sidebar, a landing page with no header. In a classic theme it appears as a Template dropdown in the page editor sidebar. In a block theme you assign an existing template or create one in the Site Editor.
This is the right tool when one page needs to break the site's rules — a campaign page, a checkout, a page with no navigation. It is the wrong tool when you want the whole site to change; that is a theme decision.
Starter templates and demo imports
Most modern themes and builders ship importable designs. They save real time and carry two costs worth knowing before you click import:
- They import content. Demo pages, demo posts, placeholder images, sometimes menus and widget placement. On an existing site this can create dozens of pages you then have to find and delete.
- They may pull in plugins. A kit that needs a slider, a form plugin and a builder will install all three. You now maintain them forever.
Never import a starter template into a live site without a backup, and preferably do it on a staging copy first. On a brand-new install, import before you write any content, not after.
Free versus paid
"Free" and "paid" are not quality tiers; they are distribution models.
Free from the official directory is reviewed against coding standards, has a public update path, and is genuinely safe. The trade-off is a thin feature set and support that is a volunteer forum. Good free themes are excellent starting points — best free WordPress block themes covers the strong ones.
Paid buys support, a deeper feature set and usually a template library. It also buys an annual renewal and a dependency. What you are really paying for is described in premium WordPress themes.
"Free" copies of paid themes are the exception, and it is not a close call. Sites offering nulled or cracked premium themes are the most reliable way to get a backdoor into a WordPress install. The code is modified, the modification is the point, and no scanner catches all of them. If a site is offering a commercial theme for nothing, that is what it is selling.
How to judge a template before importing
- Look at the demo on a phone first. Templates are designed on wide screens and fail on narrow ones. Check against the responsive web design checklist.
- Count the plugin dependencies. Each one is a permanent maintenance obligation.
- Check the update history. A theme untouched for two years will break against a WordPress release.
- Test with your own content. Demo copy is always the perfect length and demo images are always the perfect aspect ratio. Yours are not.
- Check the typography and colour system, because you will live inside it — choosing fonts and choosing a colour palette.
- Confirm what happens when you switch away. A theme that stores content in shortcodes leaves that content unusable elsewhere.
Common mistakes
- Buying a template that is not a WordPress theme at all. Plenty of marketplaces sell HTML templates and design files that require a developer to become a WordPress site.
- Importing a demo onto a site that already has content, then spending a day deleting pages.
- Choosing by screenshot. The screenshot is the demo's best page with the designer's images.
- Assuming a page template changes the site. It changes one page.
- Editing theme files directly, losing everything at the next update — use a child theme.
- Treating the template as the design work. The template is a starting point; your content, images and typography are what make the site look like yours or like everyone else's.
What to do next
Decide the theme family first — classic or block — because that decides where your design lives and who can change it. Then pick a theme you can live inside, and treat any starter template as a shortcut to a first draft rather than a finished site.
If you are starting from nothing, how to use WordPress to make a website covers the order to do things in, and how to install a WordPress theme covers the mechanics once you have chosen.
Frequently asked
- No. A theme is the software that renders the whole site. A template is one layout — either a file inside a theme, or an importable starting design. You install a theme; you import or select a template.
- From the official theme directory, yes — they are reviewed and updated. Templates from a site offering paid themes for free are the main vector for backdoored WordPress installs, and should never be used.
- Yes. Classic themes expose a Template dropdown in the page editor; block themes let you assign or create a template in the Site Editor. Neither changes the rest of the site.