Glossary · Web Development

WordPress

WURD-presnoun

WordPress is the world's most popular content management system for building websites.

Part of speech
noun
Pronunciation
WURD-pres
Origin
Named at its 2003 launch: 'word,' for written content, plus 'press,' as in a printing press for publishing.

What is WordPress?

WordPress is a content management system, meaning software that lets people create, edit, and publish a website without writing every page by hand in code. It powers a very large share of the sites on the web, from personal blogs to major publications and online stores. At its core, WordPress separates the content you write from the design and structure that display it, so a business owner can log into a dashboard, type a blog post or update a service page, and see it appear on the live site within seconds.

Under the hood, WordPress is built with the PHP programming language and stores content in a database, typically MySQL. When a visitor requests a page, WordPress pulls the relevant content from the database, combines it with a theme that controls the visual appearance, and assembles the finished HTML that the browser displays. Its real power comes from two extension systems. Themes govern how a site looks and can be swapped without touching the content. Plugins add features, from contact forms and search engine optimization tools to full e-commerce carts, letting a site grow in capability without custom development for every need.

WordPress launched in 2003, and the name reflects its purpose: "word," for the written content it manages, joined with "press," as in a printing press for publishing to an audience. It began as a fork of an earlier blogging tool and grew into a general-purpose platform. It is open source, which means the code is free to use and modify and is maintained by a global community of contributors. That openness is a large part of why it spread so widely and why such a deep ecosystem of themes, plugins, and specialists grew around it.

For a business, WordPress matters because it lowers the cost and friction of running a real website. Non-technical staff can publish and update content, which keeps a site fresh, and fresh, well-structured content is one of the things search engines reward. The platform produces clean, crawlable pages and, with the right plugins and configuration, gives you fine control over page titles, meta descriptions, URL structure, and structured data. Because so many developers know it, hiring help or handing a site off to a new agency is usually straightforward, and you are not locked into a single proprietary vendor.

The most common mistakes come from treating WordPress as set-and-forget. Because plugins are easy to install, sites accumulate too many, which slows page loads and creates security holes when they go un-updated. Cheap or bloated themes can hurt performance and Core Web Vitals, the speed and stability signals that affect rankings and user experience. Neglecting updates leaves known vulnerabilities open, so regular maintenance and reliable web hosting are essential rather than optional. It is also worth understanding that WordPress can run in a traditional way, where it handles both content and display, or in a headless setup, where it manages content only and a separate front-end framework renders the pages. Choosing the right approach depends on your performance goals, your team's skills, and how much custom design you need.

Why it matters

WordPress is the right platform for a huge range of businesses, but only when it is built and maintained properly.