Turning Learners Into Developers
Codekilla
CODEKILLA
back to course
Lesson 01 / 821%· free preview
1. Introduction to WordPress1/5

What is WordPress (CMS)

WordPress is the world's most popular Content Management System — powers ~43% of the web.

What is WordPress?

A free, open-source CMS (Content Management System) built in PHP + MySQL. It lets you publish blogs, business sites, and stores without writing code — but you can extend it with code if you want.

What is a CMS?

A CMS is software that stores your content in a database and renders it through templates, so editors can add/edit pages from a friendly admin panel instead of editing HTML files.

Why WordPress dominates
  • Free + open source (GPL license)
  • No coding required for 90% of sites
  • Massive ecosystem — themes + plugins + community
  • SEO-friendly out of the box
  • Works for every scale — personal blog → enterprise news sites
Quick stats (2026)
  • Powers ~43% of all websites on the internet.
  • ~65% market share among CMSs.
  • Used by The New Yorker, TechCrunch, BBC America, Sony Music.
Diagram
W B JS The WordPress Stack FROM USER → DATABASE PLUGINS Features · Forms / SEO / WooCommerce / Caching THEME Look & feel · Astra / GeneratePress / Hello Elementor WORDPRESS CORE Engine · PHP + MySQL + REST API + Cron DATABASE wp_posts · wp_users · wp_options · wp_meta // each layer talks down — never skip a layer
Real-life Example

TechCrunch, BBC America, The New Yorker, Sony Music — all run WordPress at scale. Even Government sites (USA.gov, Sweden.se) use it.

Important. WordPress is GPLv2-licensed — you can use it commercially, modify it, and resell sites built on it WITHOUT paying anyone.

Key Takeaways
  • Open-source CMS — PHP + MySQL/MariaDB
  • Powers ~43% of all websites in 2026
  • Created in 2003 by Matt Mullenweg + Mike Little
  • Two flavors — WordPress.com (hosted) vs WordPress.org (self-hosted)
Interview Questions

Practice Questions
  1. Open wordpress.org and download the latest version — note the .zip size.
  2. List 5 famous brands running WordPress (search 'sites built with WordPress').
  3. Compare the WordPress version in 2003 (0.7) vs 2026 (~6.x) — what major features have been added?
Pro Tips
  • Quote ~43% market share + 65% CMS share in interviews — shows real-world awareness.
  • Mention REST API + headless WordPress for advanced/agency roles.
  • Bookmark wordpress.org/news/ for security advisories + release notes.
AI-powered recap

Quick recap quiz?

We'll generate 5 MCQs from this lesson and check your understanding instantly. Takes ~30 seconds.

Ready to move on?
// feedback.matters()
Did this lesson help you?