WordPress Glossary
Clear, jargon-free definitions for every WordPress term you will encounter. Jump to a letter or scroll through the full list.
A
Accessibility
Accessibility in WordPress means designing and building your site so that everyone can use it — including people with visual, hearing, motor, or cognitive disabilities who use assistive technologies like screen readers and keyboards.
Action
An action is a type of WordPress hook that lets you run custom code at a specific point during execution. Unlike filters, actions do something but don't return data — like sending an email when a post is published.
Admin Ajax
Admin Ajax (admin-ajax.php) is the file WordPress uses to process all AJAX requests — background data exchanges between your browser and the server without reloading the page.
Admin Bar
The Admin Bar (officially called the Toolbar) is the horizontal bar at the top of your screen when you are logged into WordPress. It provides quick links to the dashboard, new content creation, and site management.
Affiliate Marketing
Affiliate marketing is a way to earn commission by promoting other companies products on your WordPress site. When someone clicks your special tracking link and makes a purchase, you get paid.
Alt Text
Alt text (alternative text) is a description you add to an image that tells screen readers and search engines what the image shows. It also displays when the image fails to load.
Anchor Text
Anchor text is the visible, clickable text in a hyperlink. It tells users and search engines what the linked page is about. Descriptive anchor text improves both accessibility and SEO.
API
An API (Application Programming Interface) is a set of rules that lets different software programs communicate with each other. WordPress uses APIs to let plugins, themes, and external apps interact with your site.
Author
In WordPress, an Author is a user role that can write, edit, publish, and delete their own posts — but cannot touch other users' content or manage site settings.
Auto-Update
Auto-updates are WordPress's built-in system for automatically installing new versions of core, plugins, themes, and translations without you having to click anything.
Automattic
Automattic is the company behind WordPress.com, WooCommerce, Jetpack, Akismet, and Tumblr. Founded by WordPress co-creator Matt Mullenweg, it is the largest commercial contributor to the WordPress open-source project.
B
Backlink
A backlink is a link from another website that points to your site. Search engines treat backlinks as votes of confidence — the more high-quality sites that link to you, the higher your WordPress site can rank in Google.
Backup
A WordPress backup is a complete copy of your site — files, database, themes, plugins, and media — stored separately so you can restore your site if something goes wrong. Regular automated backups are the most important safety net for any WordPress site.
Block
A block is the basic building unit of the WordPress editor. Every piece of content — a paragraph, image, heading, button, video, or table — is a block that you can add, move, customize, and rearrange.
Block Editor
The Block Editor is the default WordPress content editor since version 5.0. It uses a modular block-based system where every element — paragraphs, images, headings, buttons — is an individual, moveable block.
Block Pattern
A block pattern is a pre-designed group of WordPress blocks that creates a complete section or layout — like a hero header, pricing table, or testimonial grid. Insert one click, then customize the content. Synced patterns update everywhere when you edit them.
Block Theme
A block theme is a WordPress theme built entirely with blocks. It uses HTML templates, a theme.json file for design settings, and the Site Editor for visual customization — replacing the PHP-based system of classic themes.
Blog
A blog (short for "weblog") is a website or section of a website with articles displayed in reverse chronological order — newest first. WordPress was originally built as a blogging platform.
Blogging
Blogging is the act of regularly creating and publishing content on a blog. It involves writing posts, engaging with readers, and building an audience around topics you care about.
Bounce Rate
Bounce rate is the percentage of visitors who leave your site without engaging — meaning they spent less than 10 seconds, viewed only one page, and did not convert. It is the inverse of engagement rate in Google Analytics 4.
Breadcrumb
Breadcrumbs are a navigation trail that shows visitors where they are on your site — like Home > Blog > SEO > This Article. They improve user experience and can appear as rich results in Google search.
Browser Caching
Browser caching stores copies of your website files (CSS, JavaScript, images) in a visitor's browser so they do not have to download them again on repeat visits. It is controlled through HTTP headers like Cache-Control and Expires.
Brute Force Attack
A brute force attack is when hackers use automated bots to try thousands of username and password combinations on your WordPress login page until they guess the right one. WordPress allows unlimited login attempts by default, making it vulnerable.
Brute Force Attack
An automated attack method where bots systematically guess username and password combinations to break into your WordPress login page, often trying thousands of combinations per minute.
C
Caching
Caching stores copies of your website data in a faster location so pages load quicker. WordPress uses three types: page cache (full HTML pages), object cache (database queries), and browser cache (static files on visitors' devices).
Canonical URL
A canonical URL is the preferred version of a web page that you want search engines to index. It is set with a rel="canonical" tag and prevents duplicate content from splitting your SEO value across multiple URLs.
Capability
A capability is a specific permission in WordPress that controls what a user can and cannot do — like editing posts, publishing content, or managing site settings.
Category
A category is a way to group related WordPress posts under a broad topic. Categories are hierarchical — you can create subcategories — and every post must belong to at least one category.
CDN
A CDN (Content Delivery Network) is a global network of servers that delivers your website's files from the location closest to each visitor — making your WordPress site load faster worldwide.
Checkout
The checkout page is where customers enter their shipping address, billing details, and payment information to complete a purchase. In WooCommerce, optimizing your checkout can increase conversions by 20-40%.
Child Theme
A child theme inherits all the functionality and styling of a parent theme but lets you make customizations that won't be lost when the parent theme updates. It's the safe way to modify a theme.
Classic Editor
The Classic Editor is the original WordPress content editor based on TinyMCE. It was the default editor until WordPress 5.0 (2018) and is still available as an official plugin with 9+ million active installs.
CMS
A CMS (Content Management System) is software that lets you create, edit, organize, and publish website content without writing code. WordPress is the most popular CMS, powering 42.4% of all websites.
Comment Spam
Comment spam is automated junk comments posted by bots on your WordPress site to promote links, inject malware, or manipulate search engine rankings. It is the most common nuisance every WordPress site faces.
Content Marketing
Content marketing is the strategy of creating valuable, helpful content to attract visitors, build trust, and drive profitable actions — like subscribing, purchasing, or sharing. It is the engine behind most successful WordPress sites.
Contributor
A Contributor in WordPress can write and edit their own posts but cannot publish them. Posts must be approved and published by an Editor or Administrator.
Conversion Rate
Conversion rate is the percentage of visitors who complete a desired action on your site — like making a purchase, filling out a form, or subscribing to your newsletter.
Core Web Vitals
Core Web Vitals are three Google metrics that measure your website's real-world user experience: loading speed (LCP), interactivity (INP), and visual stability (CLS). They are a confirmed Google ranking factor.
Coupon
A coupon in WooCommerce is a discount code customers enter at checkout to receive a percentage off, a fixed discount, or free shipping. WooCommerce includes three built-in coupon types: percentage, fixed cart, and fixed product discounts.
cPanel
cPanel is a popular web hosting control panel that lets you manage your website, files, databases, email accounts, and domains through a visual dashboard instead of using command-line tools.
Crawl Budget
Crawl budget is the number of pages Google will crawl on your site within a given time period. It determines how quickly your new and updated content gets discovered and indexed.
Cron Job
A cron job is a scheduled task that runs automatically at set intervals. WordPress uses its own system called WP-Cron to handle things like publishing scheduled posts and checking for updates.
CSS
CSS (Cascading Style Sheets) is the language that controls how your WordPress site looks — colors, fonts, spacing, layout, and responsive behavior. Your theme's style.css file contains the CSS rules that define your site's visual design.
Custom Field
A custom field (also called post meta) is extra data you attach to a WordPress post, page, or custom post type — like a price, a rating, a date, or any other information beyond the title and content.
Custom Post Type
A Custom Post Type (CPT) lets you create new content types in WordPress beyond the default Posts and Pages — like portfolios, testimonials, events, or products.
D
Dashboard
The WordPress Dashboard is the first screen you see after logging in. It's your site's control center — showing a summary of your content, recent activity, and quick links to every admin feature.
Data Layer
A JavaScript array (dataLayer) that temporarily stores structured page and user data so Google Tag Manager can read it and pass it to analytics tags, triggers, and variables.
Database
A database is where WordPress stores all your content — posts, pages, comments, settings, and user data. WordPress uses MySQL or MariaDB as its database system.
Database Optimization
Database optimization is the process of cleaning up and streamlining your WordPress database by removing unnecessary data like post revisions, spam comments, expired transients, and table overhead — resulting in faster queries and better performance.
Debugging
Debugging in WordPress means finding and fixing errors in your site. WordPress has built-in debug tools — WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY — that reveal PHP errors, warnings, and notices.
Dedicated Server
A dedicated server is a type of web hosting where you rent an entire physical server exclusively for your website. You get all the CPU, RAM, storage, and bandwidth — no sharing with anyone else.
DNS
DNS (Domain Name System) translates human-readable domain names like zerotowp.com into IP addresses that computers use to find each other. It is the internet's phone book.
DNS Records
DNS records are instructions stored on DNS servers that tell the internet where to send visitors to your website, where to deliver your email, and how to verify your domain for services like Google Search Console.
Dofollow
A dofollow link is any regular link without a nofollow, sponsored, or ugc attribute. Dofollow links pass SEO authority ("link juice") to the destination page, helping it rank higher.
Domain Authority
Domain Authority (DA) is a score from 1 to 100, developed by Moz, that predicts how likely a website is to rank in search engine results. Higher scores mean stronger ranking potential.
Domain Name
A domain name is your website's unique address on the internet — like zerotowp.com. It's what people type into their browser to visit your site, and it translates to a server's IP address behind the scenes via DNS.
E
E-E-A-T
E-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness — the framework Google uses to evaluate content quality. It is not a ranking factor itself, but a guide for what Google's algorithms try to detect.
Editor Role
The Editor role in WordPress can publish, edit, and delete any post or page — including content by other users. Editors also moderate comments and manage categories and tags.
Email Marketing
Email marketing is the practice of building a subscriber list and sending targeted emails — newsletters, promotions, automated sequences — to grow your audience, drive traffic, and generate sales from your WordPress site.
Embed
An embed is external content — like a YouTube video, tweet, or Spotify playlist — displayed directly on your WordPress page. WordPress uses the oEmbed protocol to automatically convert pasted URLs into rich, interactive embeds without any HTML coding.
Enqueue
Enqueue is the WordPress method of properly loading JavaScript and CSS files on your site. Instead of hardcoding script tags, you register and queue assets so WordPress handles dependencies, versioning, and placement.
Error Log
The WordPress error log (debug.log) is a file that records every PHP error, warning, and notice that occurs on your site. It is your primary tool for diagnosing problems when something breaks.
Excerpt
An excerpt is a short summary of a WordPress post. WordPress can auto-generate one from the first 55 words, or you can write a custom summary to control exactly what readers see in search results and archives.
External Link
An external link (outbound link) is a hyperlink from your website to a page on a different website. Linking to authoritative sources builds trust with both users and search engines.
F
Featured Image
A featured image is the main visual that represents a WordPress post or page. It typically appears at the top of articles, in blog listings, and when shared on social media.
Featured Snippet
A featured snippet is a highlighted answer box that appears at the top of Google search results — above the #1 organic result — pulling a direct answer from a web page.
File Permissions
File permissions control who can read, write, or execute files on your server. WordPress recommends 755 for folders, 644 for files, and 440 or 400 for wp-config.php — wrong permissions are one of the most common causes of security breaches and broken sites.
Filter
A filter is a type of WordPress hook that lets you modify data before it's displayed or saved. Filters receive data, change it, and return it — like modifying a post title or adding a CSS class to the body tag.
Firewall
A firewall monitors and filters incoming traffic to your WordPress site, blocking malicious requests like hacking attempts and brute force attacks before they reach your server.
Footer
The footer is the section at the bottom of every page on your WordPress site. It typically contains copyright info, navigation links, contact details, and widget areas.
FTP
FTP (File Transfer Protocol) is a method for uploading and downloading files between your computer and your WordPress hosting server. SFTP is the secure, encrypted version you should use instead.
Full Site Editing
A WordPress feature set that lets you design your entire website — headers, footers, templates, and more — using the block editor instead of code or the Customizer.
Functions.php
functions.php is a theme file that acts like a built-in plugin. It lets you add custom features, register menus and widget areas, enqueue scripts, and hook into WordPress — all specific to your active theme.
G
Global Styles
Global Styles is the design system in WordPress block themes that lets you control colors, typography, spacing, and layout across your entire site from one place — either through the theme.json file or the Styles panel in the Site Editor.
Google AdSense
Google AdSense is a free advertising program that lets you earn money by displaying targeted ads on your WordPress site. Google handles finding advertisers and placing ads — you provide the traffic and earn revenue per click (CPC) or per thousand impressions (RPM).
GPL
The GPL (GNU General Public License) is the open-source license WordPress uses. It gives everyone the freedom to use, modify, and distribute the software — and requires that derivative works (themes and plugins) also stay open-source.
Gravatar
Gravatar (Globally Recognized Avatar) is a free service by Automattic that links your email address to a profile photo. WordPress uses it to display avatars next to comments and author bios.
Gutenberg
Gutenberg is the codename for the WordPress block editor project. Launched in WordPress 5.0 (December 2018), it replaced the classic editor with a modern, block-based content editing experience.
Gutenberg Phase
The Gutenberg project has four phases that reshape WordPress: Phase 1 (Editing), Phase 2 (Customization/Site Editing), Phase 3 (Collaboration — current, powering WordPress 7.0), and Phase 4 (Multilingual).
GZIP Compression
GZIP compression shrinks your website files (HTML, CSS, JavaScript) by 70-80% before sending them to visitors. It is enabled on most WordPress hosts by default and is one of the easiest performance wins available.
H
Header
The header is the top section of your WordPress site that appears on every page. It typically contains your site logo, navigation menu, and sometimes a search bar or call-to-action button.
Headless CMS
A headless CMS is a content management system that stores and delivers content through an API, with no built-in front end. WordPress can be used headlessly by serving content via its REST API to a separate frontend built with React, Next.js, or other frameworks.
Hook
A hook is a specific point in WordPress code where you can add your own functionality or modify existing behavior. There are two types: actions (do something) and filters (change something).
Hreflang
Hreflang is an HTML attribute that tells search engines which language and region a page is intended for. It helps Google show the right version of your content to users in different countries.
HTML
HTML (HyperText Markup Language) is the standard language that defines the structure of every web page — headings, paragraphs, links, images, and lists. WordPress generates HTML automatically from your content, but understanding basics helps you customize and troubleshoot.
HTTP Status Code
An HTTP status code is a three-digit number that a web server sends back to your browser to indicate what happened with your request — like 200 (success), 301 (redirect), 404 (not found), or 500 (server error).
HTTP/2
HTTP/2 is a major upgrade to the web protocol that makes websites load faster by allowing multiple files to download simultaneously over a single connection. Most WordPress hosts support it by default.
I
Image Optimization
Image optimization is the process of reducing image file sizes without visible quality loss. It makes your WordPress site faster and improves Core Web Vitals scores.
Interactivity API
The Interactivity API is WordPress's built-in framework for adding dynamic, interactive behavior to blocks on the front end — like instant search, toggles, and shopping carts — without external JavaScript libraries.
Internal Link
An internal link is a hyperlink that points from one page on your website to another page on the same website. Internal links help visitors navigate and tell search engines how your content is organized.
Inventory
Inventory in WooCommerce tracks how many units of each product you have in stock. It automatically reduces stock when orders are placed, sends low-stock alerts, and can hide or allow backorders for out-of-stock products.
J
K
L
Landing Page
A landing page is a standalone web page designed for a single purpose — like collecting email signups, promoting a product, or driving a specific action. Unlike regular pages, it has no navigation distractions.
Lazy Loading
Lazy loading is a technique that delays loading images and videos until a visitor scrolls to them. Instead of loading all media at once, only what is visible loads first — making your page appear much faster.
Localhost
A hostname (127.0.0.1) that points to your own computer, letting you run a local web server to build and test WordPress sites without hosting or an internet connection.
M
Malware
Malware (malicious software) is code designed to damage, steal data from, or gain unauthorized access to your WordPress site. Common types include backdoors, spam injections, redirect hacks, and cryptominers.
Managed WordPress Hosting
Managed WordPress hosting is a premium hosting service where the provider handles all technical server management for you — automatic updates, daily backups, security monitoring, caching, and performance optimization — so you can focus on your content.
Media Library
The Media Library is where WordPress stores and manages all your uploaded files — images, videos, audio, and documents. Access it from Media → Library in your dashboard.
Menu
A WordPress menu is a customizable navigation bar that helps visitors find their way around your site. You can add pages, posts, categories, and custom links, and arrange them with drag and drop.
Meta Description
A meta description is the short text snippet (150–160 characters) that appears below your page title in Google search results. It does not directly affect rankings but strongly influences whether people click on your result.
Migration
Migration in WordPress means moving your entire site — files, database, and settings — from one location to another, such as a new hosting provider, a new domain name, or from a local development environment to a live server.
Minification
Minification is the process of removing unnecessary characters from CSS, JavaScript, and HTML files — like whitespace, comments, and line breaks — to reduce file sizes and make your WordPress site load faster.
Mixed Content
Mixed content happens when an HTTPS page loads resources (images, scripts, stylesheets) over insecure HTTP. Browsers flag this as unsafe, the padlock icon disappears, and Google may penalize your site.
Multisite
WordPress Multisite lets you run multiple independent WordPress sites from a single installation. All sites share the same codebase, plugins, and themes, but have their own content and settings.
MySQL
MySQL is the open-source database system that WordPress uses to store all your content — posts, pages, comments, settings, and user data. It works behind the scenes, managed by your hosting provider.
N
Nameserver
A nameserver is a specialized DNS server that stores your domain's DNS records and answers queries about where your website and email should be directed. When you connect a domain to hosting, you point your nameservers to your host.
Navigation Block
The Navigation block is the block-based menu system in WordPress that lets you build, style, and manage your site navigation directly in the editor — replacing the classic Appearance > Menus system.
Niche Site
A niche site is a website that focuses on one specific topic or audience. Instead of covering everything, it goes deep on one subject — like WordPress tutorials, pet nutrition, or budget travel — to become the go-to resource in that space.
Nofollow
Nofollow is a link attribute (rel="nofollow") that tells search engines not to pass SEO authority through that link. Use it for affiliate links, sponsored content, and untrusted user-generated links.
Nonce
A nonce (number used once) is a unique security token WordPress uses to verify that a form submission, URL action, or AJAX request was intentionally made by the current user — protecting against CSRF (Cross-Site Request Forgery) attacks.
O
Object Cache
The object cache is a system that stores database query results in memory so WordPress does not have to run the same queries on every page load. With Redis or Memcached, it persists across requests for a major speed boost.
oEmbed
An open protocol that lets websites automatically display rich embedded content — videos, tweets, photos — by simply pasting a URL, with no manual iframe code required.
Open Graph
A protocol created by Facebook that controls how your pages appear when shared on social media and messaging apps — defining the title, image, and description shown in link preview cards.
Order
An order in WooCommerce is a record of a customer purchase containing product details, shipping address, payment information, and a status that tracks fulfillment progress — from Pending Payment through Processing to Completed.
Organic Traffic
Organic traffic is the visitors who find your website through unpaid search engine results — by searching on Google, Bing, or other search engines and clicking on a non-ad result.
P
Page
A WordPress Page is a content type for static, timeless information — like your About, Contact, or Privacy Policy. Unlike posts, pages are not organized by date and don't appear in your blog feed.
Page Builder
A page builder is a WordPress plugin that lets you design pages visually using drag-and-drop — no coding required. Popular page builders include Elementor (5M+ sites), Divi, Beaver Builder, and the native Gutenberg block editor.
Page Speed
Page speed is how fast your website loads when someone visits it. Google recommends pages load in under 2.5 seconds. Faster sites rank higher, convert better, and lose fewer visitors to impatience.
Pagination
Pagination splits a long list of posts or content into multiple pages with navigation links — like page numbers or next/previous buttons — so visitors can browse through content without loading everything at once.
Pattern
A pattern in WordPress is a pre-designed group of blocks that you can insert into any post or page and customize with your own content — like a layout template for sections of a page.
Payment Gateway
A payment gateway is the service that securely processes credit card and digital wallet payments on your WordPress store. Popular options for WooCommerce include Stripe (2.9% + 30 cents per transaction), PayPal, and WooPayments.
Permalink
A permalink is the permanent URL of a WordPress post, page, or archive. The recommended structure is Post Name (/%postname%/) which creates clean, readable URLs like yoursite.com/my-great-article/.
PHP
PHP is the server-side programming language that WordPress is built with. It processes your WordPress code on the server and generates the HTML pages that visitors see in their browser.
Pingback
A pingback is an automatic notification that WordPress sends when one blog links to another. It appears as a comment on the linked post, showing that someone referenced your content.
Plugin
A plugin is a package of code you install on your WordPress site to add new features or extend existing ones — like adding a contact form, improving SEO, or setting up an online store.
Plugin Conflict
A plugin conflict happens when two or more WordPress plugins clash with each other, your theme, or WordPress core — causing errors, broken layouts, or site crashes.
Plugin Directory
The WordPress Plugin Directory is the official free repository at wordpress.org/plugins where you can search, browse, and install over 59,000 free plugins directly from your WordPress dashboard.
Post
A post is a piece of content in WordPress that appears in reverse chronological order — newest first. Posts are used for blog articles, news, tutorials, and any content that has a publish date.
Post Type
A post type is a category of content in WordPress. The built-in post types are Posts, Pages, Attachments, Revisions, and Navigation Menu Items. You can also create custom post types for any kind of content.
Product Page
A product page is the dedicated webpage on an e-commerce store that displays all the information a shopper needs to make a buying decision — including images, price, description, and an Add to Cart button. In WooCommerce, every product you publish automatically gets its own product page.
Q
R
Render Blocking
Render-blocking resources are CSS and JavaScript files that prevent your page from displaying until they finish loading. Eliminating them is one of the most common PageSpeed Insights recommendations for WordPress sites.
Responsive Design
Responsive design is a web design approach that makes your website automatically adapt to any screen size — desktop, tablet, or mobile. It uses CSS media queries and flexible layouts to ensure your WordPress site looks and works great on every device.
REST API
The WordPress REST API lets external applications read and write your site's data using standard HTTP requests and JSON. It's what powers the Block Editor and enables headless WordPress setups.
REST API Endpoint
A REST API endpoint is a specific URL in WordPress that returns or accepts data in JSON format. Built-in endpoints serve posts, pages, and users. Developers can register custom endpoints for any functionality.
Revision
A revision is a saved version of a WordPress post or page. Every time you click Save or Update, WordPress stores a copy so you can compare changes or restore a previous version.
Robots.txt
Robots.txt is a small text file in your website's root directory that tells search engine crawlers which pages they can and cannot access. It helps you control how Google crawls your WordPress site and manage your crawl budget.
RSS Feed
An RSS feed is an XML file that automatically delivers your latest blog posts to subscribers. WordPress generates RSS feeds by default at yoursite.com/feed/.
S
Sanitization
The process of cleaning and filtering user input to remove potentially harmful data before saving it to the database, protecting your WordPress site from security vulnerabilities like XSS and SQL injection.
Schema Markup
Schema markup is structured data code you add to your WordPress pages to help search engines understand your content. It can earn you rich snippets in Google — like star ratings, FAQs, and recipe cards — which boost click-through rates.
Search Intent
Search intent is the reason behind a search query — what the person actually wants to accomplish. Matching your content to the correct search intent is the most important factor in ranking on Google.
Security Headers
Security headers are HTTP response headers that tell browsers how to handle your site content securely. They protect against clickjacking, XSS attacks, MIME sniffing, and protocol downgrade attacks — adding an extra security layer beyond SSL.
SEO
SEO (Search Engine Optimization) is the practice of optimizing your website so it ranks higher in search engine results like Google. Higher rankings mean more free, organic traffic to your WordPress site.
SERP
SERP stands for Search Engine Results Page — the page Google shows after you type in a search query. It contains organic results, paid ads, featured snippets, and other features that determine which sites get clicks.
SFTP
SFTP (SSH File Transfer Protocol) is the secure way to transfer files between your computer and your WordPress server. Unlike FTP, SFTP encrypts everything — your password, your data, and your commands.
Shared Hosting
Shared hosting is an affordable type of web hosting where multiple websites share the same server and its resources like CPU, RAM, and storage. It is the most popular choice for WordPress beginners.
Shipping
Shipping in WooCommerce defines how physical products are delivered to customers. You configure shipping zones (geographic regions), shipping methods (flat rate, free shipping, local pickup), and shipping classes to calculate delivery costs at checkout.
Shopping Cart
A shopping cart is a temporary holding area on an e-commerce site where customers collect products before checkout. In WordPress, WooCommerce provides the shopping cart functionality — including cart pages, mini-carts, and abandoned cart recovery.
Shortcode
A shortcode is a small piece of code in square brackets that you place in a WordPress post or page to embed dynamic content — like a gallery, a contact form, or a video player.
Sidebar
A sidebar is a widgetized area in your WordPress theme where you can add widgets like search bars, recent posts, or newsletter forms. Despite the name, sidebars can appear anywhere — not just on the side.
Site Editor
The Site Editor is the visual interface in WordPress that lets you design your entire site — templates, headers, footers, styles, navigation, and pages — using blocks. It requires a block theme and is accessed via Appearance > Editor.
Sitemap
A sitemap is a structured list of all the pages on your website. XML sitemaps help search engines find and index your content, while HTML sitemaps help human visitors navigate your site.
Slug
A slug is the URL-friendly version of a title in WordPress. It's the part of the URL that identifies a specific post or page — for example, "my-first-blog-post" in yoursite.com/my-first-blog-post/.
SSL
SSL (Secure Sockets Layer) is the technology that encrypts the connection between your website and its visitors. Today it technically runs on TLS, but everyone still calls the certificate an "SSL certificate."
SSL Certificate
An SSL certificate is a digital file that encrypts the connection between your website and visitors, enabling HTTPS (the padlock icon). Most WordPress hosts include free SSL certificates from Let's Encrypt — there is no reason not to have one.
Staging Site
A staging site is a private copy of your WordPress site where you can test changes — plugin updates, theme switches, design tweaks — without affecting your live site. If something breaks, only the staging copy is affected.
Staging Site
A staging site is a private clone of your live WordPress site where you can test changes — plugin updates, theme switches, code edits — without affecting your real visitors.
Subscriber
A Subscriber is the most basic WordPress user role. Subscribers can only read content and manage their own profile — they cannot create, edit, or publish any posts or pages.
Synced Pattern
A synced pattern is a reusable group of blocks in WordPress that stays linked across your site — edit it once and the change applies everywhere it is used.
T
Tag
A tag is a keyword you assign to a WordPress post to describe its specific topics. Tags are optional, non-hierarchical, and help readers and search engines understand what your content is about.
Tax
Tax in WooCommerce handles sales tax and VAT calculations for your online store. You configure tax rates by country, state, or city, and WooCommerce automatically applies them at checkout based on the customer location.
Taxonomy
A taxonomy is a system for classifying and grouping content in WordPress. The two built-in taxonomies are Categories (hierarchical) and Tags (flat). You can also create custom taxonomies.
Taxonomy
A taxonomy is a system WordPress uses to group and classify content. Categories and tags are the two built-in taxonomies, but you can create custom ones.
Template
A template is a file in your WordPress theme that controls how a specific type of content is displayed. WordPress uses a template hierarchy to automatically pick the right template for each page.
Template
A template is a PHP file in a WordPress theme that controls how a specific type of page looks and what content it displays.
Template Part
A template part is a reusable section of a block theme — like a header or footer — stored as an HTML file in the /parts/ directory and edited visually in the WordPress Site Editor.
Theme
A WordPress theme is a collection of files that controls how your website looks — its layout, colors, fonts, and overall design. You can switch themes to completely change your site's appearance without losing any content.
Theme Customizer
The Theme Customizer is the WordPress interface that lets you preview and change your classic theme's settings — colors, fonts, header, menus, widgets — with a live preview before saving.
Theme Directory
The WordPress Theme Directory is the official repository at wordpress.org/themes where you can browse, preview, and install thousands of free WordPress themes — all reviewed for quality and security.
Topical Authority
Topical authority is the level of expertise Google assigns your website on a specific subject based on how thoroughly and comprehensively you cover that topic with interlinked content.
Topical Map
A topical map is a strategic plan that outlines every article you need to write to completely cover a topic — organized into clusters with pillar pages and supporting content, all interlinked.
Trackback
A trackback is a manual notification you send to another blog to let them know you referenced their content. Unlike pingbacks, trackbacks are not automatic and send an excerpt of your post.
Transient
A transient is a piece of temporary data that WordPress stores in the database with an expiration time. It is used to cache expensive operations so they do not have to run on every page load.
TTFB
TTFB (Time to First Byte) measures how long it takes for a visitor's browser to receive the first byte of data from your server. Google considers under 200ms good, 200-500ms needs improvement, and over 500ms poor.
TTFB
TTFB (Time to First Byte) is how long it takes for your server to send the very first byte of data after a browser requests a page. It measures server response speed — lower is better.
Two-Factor Authentication
Two-factor authentication (2FA) adds a second verification step to your WordPress login — typically a code from an authenticator app on your phone. Even if someone steals your password, they cannot log in without the second factor.
Two-Factor Authentication
Two-factor authentication (2FA) adds a second verification step to your WordPress login — like a code from an authenticator app — so a stolen password alone is not enough to access your site.
U
Uptime
Uptime is the percentage of time your website is online and accessible to visitors. Hosting providers typically guarantee 99.9% uptime, which still allows for about 8 hours and 46 minutes of downtime per year.
Uptime
The percentage of time a web server stays online and accessible — most hosting providers guarantee 99.9% uptime or higher.
User Role
A user role is a predefined set of permissions that controls what a person can do on a WordPress site. WordPress includes five default roles: Administrator, Editor, Author, Contributor, and Subscriber.
User Roles
WordPress user roles define what each person can and cannot do on your site. The five default roles — Administrator, Editor, Author, Contributor, and Subscriber — control access to content, settings, and features through a capability-based permission system.
V
VPS
A VPS (Virtual Private Server) is a type of web hosting that gives you a dedicated portion of a physical server with guaranteed resources like CPU, RAM, and storage — more powerful than shared hosting but more affordable than a dedicated server.
VPS
A VPS (Virtual Private Server) is a type of web hosting that gives you dedicated resources and full control over your server environment, without the cost of a dedicated server.
Vulnerability
A vulnerability is a security flaw in WordPress core, a plugin, or theme that attackers can exploit to gain unauthorized access, inject malicious code, or steal data. In 2025, over 11,000 new WordPress vulnerabilities were discovered — 91% in plugins.
W
Web Hosting
Web hosting is a service that stores your website files on a server and makes them accessible to visitors on the internet. Without hosting, your WordPress site has nowhere to live online.
Webhook
A webhook is an automated message sent from one system to another when a specific event happens. In WordPress, webhooks let your site notify external services in real time.
White Screen of Death
The White Screen of Death (WSOD) is a blank white page that appears when WordPress encounters a fatal PHP error. It is one of the most common WordPress problems and is almost always fixable.
Widget
A widget is a small block of content or functionality that you can add to your WordPress site's sidebar, footer, or other widget areas — like a search bar, recent posts list, or social media links.
Widget Area
A widget area is a designated section in a WordPress theme where you can place widgets — small blocks of content or functionality like search bars, recent posts, or navigation menus.
WooCommerce
WooCommerce is a free, open-source WordPress plugin that turns any WordPress site into a fully functional online store. It powers over 6.5 million stores worldwide and holds about 33% of the global e-commerce market share.
WooCommerce
WooCommerce is a free, open-source ecommerce plugin for WordPress that turns any WordPress site into a fully functional online store. It powers over 4 million stores and holds 33% of the global ecommerce market.
WordCamp
A WordCamp is an affordable, community-organized conference about WordPress — featuring talks, workshops, networking, and a Contributor Day. Events are held in cities worldwide throughout the year.
WordPress
WordPress is a free, open-source content management system (CMS) that powers 42.4% of all websites on the internet. It lets you create and manage a website without writing code.
WordPress
WordPress is a free, open-source content management system (CMS) that powers over 42% of all websites on the internet. Originally created as a blogging platform in 2003, it has evolved into a full-featured website builder used for everything from personal blogs to e-commerce stores.
WordPress Community
The WordPress community is the global network of developers, designers, writers, and users who build, maintain, and improve WordPress — through contributing code, organizing events, translating, writing docs, and helping each other.
WordPress Foundation
The WordPress Foundation is a 501(c)(3) nonprofit that owns the WordPress trademark and ensures the software remains free and open-source forever — independent of any company.
WordPress Hosting
WordPress hosting is the server space where your WordPress site lives. It ranges from cheap shared hosting ($3/month) to premium managed hosting ($30+/month), and your choice directly affects speed, security, and reliability.
WordPress Loop
The Loop is the PHP code WordPress uses to display posts. It cycles through each post that matches the current page query and outputs the title, content, date, and other details using template tags.
WordPress Maintenance
WordPress maintenance is the ongoing practice of keeping your site secure, fast, and healthy through regular updates, backups, database cleanup, security scans, and performance checks.
WordPress Playground
WordPress Playground is a free, browser-based tool that runs a full WordPress installation directly in your web browser using WebAssembly — no server, no hosting, no installation needed.
WordPress Security
WordPress security is the practice of protecting your site from hackers, malware, and unauthorized access through a layered approach: updates, strong passwords, 2FA, firewalls, backups, and proper configuration.
WordPress SEO
WordPress SEO is the practice of optimizing your WordPress site to rank higher in search engine results — through on-page content, technical configuration, site speed, internal linking, and content strategy.
WordPress Update
A WordPress update is a new version of WordPress core, a theme, or a plugin that fixes bugs, patches security vulnerabilities, or adds features. Keeping everything updated is the #1 way to protect your site.
WordPress.com vs WordPress.org
WordPress.org is the free, self-hosted software you install on your own hosting. WordPress.com is a managed platform run by Automattic where hosting is included. Same core software, very different levels of control.
WordPress.tv
WordPress.tv is the official free video platform where all WordCamp talks, workshop recordings, and WordPress tutorials are published. It is the YouTube of the WordPress community.
wp_options Table
The wp_options table is the WordPress database table that stores all site settings, plugin configurations, theme options, transients, and other key-value data. It is the most queried table in WordPress.
WP-CLI
WP-CLI is the official command-line tool for managing WordPress. It lets you install plugins, update WordPress, manage the database, and perform bulk operations — all from the terminal without opening a browser.
WP-CLI
WP-CLI is the official command-line interface for WordPress that lets you manage your site from a terminal instead of the browser-based admin dashboard.
WP-CLI
WP-CLI is the official command-line interface for WordPress. It lets you manage your WordPress site from a terminal — updating plugins, creating users, running database operations, and more — without ever opening a browser.
wp-config.php
wp-config.php is the most important configuration file in WordPress. It contains your database credentials, security keys, and core settings that WordPress needs to connect to your database and run.
wp-config.php
wp-config.php is the main configuration file for WordPress that stores your database credentials, security keys, and other critical site settings.
WP-Cron
WP-Cron is WordPress's built-in task scheduler that runs scheduled jobs — like publishing scheduled posts, checking for updates, and sending emails — by checking for due tasks on every page load instead of using a real server cron.