WordPress is a piece of website software (a “content management system,” or CMS) that lets you build and manage a website through an admin dashboard instead of hand-coding every page. It’s free, open-source software, and it’s commonly installed on a web host so you can publish pages, posts, and other content online.
WordPress in plain terms
Think of WordPress as the “engine room” of a website: it stores your content, provides tools to edit it, and outputs web pages that visitors can view in a browser. You log into a WordPress admin area (often called the dashboard) to create content, upload media, and configure site settings.
Key terms you’ll hear early
- CMS (Content Management System): Software that helps you create, organize, and publish website content without needing to write everything in code.
- Theme: A package that controls how your site looks (layout, typography, styling) and how content is displayed.
- Plugin: An add-on that extends what your site can do (for example, contact forms, SEO tools, e-commerce).
- Blocks (Gutenberg): The modern editor in WordPress that builds pages/posts from “blocks” like paragraphs, images, columns, and buttons.
How WordPress fits the ecosystem
WordPress the software is most commonly associated with WordPress.org (the open-source project), while WordPress.com is a commercial hosting service that runs WordPress for you with varying limits depending on plan. Around the core software is a large ecosystem of themes and plugins, which is why WordPress can power anything from a simple blog to an online store.
Practical examples (what beginners actually do)
- Create a small business site: Use Pages for “Home,” “About,” and “Contact,” choose a theme, then add a form plugin for enquiries.
- Start a blog: Write Posts, organize them with categories/tags, and use the block editor to add images and headings.
- Add new features later: Install a plugin to add SEO controls, caching/performance tools, or e-commerce capabilities when the site grows.
Common misconceptions to avoid
- “WordPress is just blogging software”: It started with blogging but evolved to support many types of websites (including stores and membership sites).
- “WordPress is a hosting company”: WordPress is software; hosting is where you install/run it (or a service runs it for you).
- “Themes and plugins are the same”: Themes mainly handle presentation, while plugins mainly add functionality (even though some tools blur the line).
When this becomes important later
Once you move beyond basic editing, understanding the WordPress “parts” helps you troubleshoot and make smarter choices—like whether a problem is caused by a theme, a plugin, or core settings. This also matters when you start thinking about site performance, security, updates, backups, and how to extend WordPress without breaking your design.
What’s Next?
Next, learn how WordPress websites are structured in practice—especially the difference between the public site (front end) and the admin area (dashboard), and how content types like Posts vs Pages fit into that workflow.