WordPress Glossary
A plain-English reference for the terms you’ll encounter when managing your WordPress website. Whether you’re logging into your dashboard for the first time or talking with your developer, this glossary will help you understand what everything means.
The WordPress Dashboard
The Dashboard is the control center of your WordPress site — the first thing you see after logging in at `yoursite.com/wp-admin`.
Admin Bar
The dark toolbar that appears at the very top of your screen when you’re logged in. It gives you quick links to common tasks like adding a new post, editing the current page, or visiting your site’s front end.
Dashboard
The main screen you see after logging into WordPress. It displays a summary of your site’s activity, including recent posts, comments, and quick links to common actions.
Dashboard Widgets
The small panels on the main Dashboard screen that display at-a-glance information, such as site health status, recent comments, or quick draft tools. These can be rearranged or hidden depending on your needs.
Menu (Admin Menu)
The vertical navigation bar on the left side of the WordPress admin area. It organizes all admin functions into sections like Posts, Pages, Media, Appearance, Plugins, and Settings.
Pages
Static content areas of your site — like “About Us” or “Contact” — that don’t change frequently and aren’t organized by date the way blog posts are.
Posts
Time-stamped content entries typically used for blogs or news. Posts are organized by date, category, and tags, and appear in reverse chronological order on your blog page.
Categories
A way to group related posts together under broad topics. Categories are hierarchical, meaning you can have parent and child categories (e.g., “Design” > “Logo Design”).
Tags
Keywords applied to posts that describe their specific content in more detail than categories. Unlike categories, tags are non-hierarchical and meant to describe specific topics.
Comments
Reader responses submitted on posts or pages. WordPress includes a built-in comment moderation system to approve, reject, or mark comments as spam.
Media Library
The central repository where all images, videos, PDFs, and other files you’ve uploaded to WordPress are stored and managed.
Plugins
Add-on software that extends WordPress’s functionality. Plugins can add features like contact forms, ecommerce, SEO tools, security scanning, and much more.
Themes
The design layer of your WordPress site that controls its visual appearance and layout. A theme can typically be changed without affecting your content.
Users
The accounts that have access to your WordPress admin. Each user is assigned a role (Administrator, Editor, Author, etc.) that determines what they can and cannot do.
User Roles
Permission levels assigned to WordPress users. Common roles include Administrator (full access), Editor (manages all content), Author (manages their own posts), and Subscriber (can only manage their own profile).
Settings
A section of the admin menu where you configure site-wide options such as your site title, tagline, URL structure, time zone, and reading/writing defaults.
Reading Settings
Controls what your site’s homepage displays — either your latest posts or a specific static page — and how many posts appear per page.
Permalink
The permanent URL for a specific post, page, or other content on your site. You can control how these URLs are formatted under Settings > Permalinks.
Slug
The URL-friendly version of a title, made up of lowercase letters, numbers, and hyphens. For example, a post titled “My First Blog Post” might have the slug `my-first-blog-post`.
Revisions
Saved snapshots of a post or page at a previous point in time. WordPress automatically saves revisions as you edit, allowing you to roll back to an earlier version if needed.
Trash
A temporary holding area for deleted posts, pages, and comments. Items in the trash are not immediately removed from the database, giving you a window to restore them before they’re permanently deleted.
Site Health
A built-in WordPress tool (under Tools > Site Health) that checks your site for performance and security issues, and provides recommendations to improve your setup.
The WordPress Editor
The editor is where you create and update the content on your pages and posts.
Block Editor (Gutenberg)
The default WordPress content editor introduced in version 5.0. It uses a block-based system where every piece of content — text, images, buttons, videos — is its own individual block that can be moved and customized independently.
Classic Editor
The older, text-focused editor that WordPress used before Gutenberg. It functions similarly to a word processor. Many sites still use it via the Classic Editor plugin for familiarity or compatibility reasons.
Block
The fundamental unit of content in the Block Editor. Every element you add to a page or post — a paragraph, an image, a heading, a button — is a block with its own settings.
Block Pattern
A pre-designed, reusable arrangement of multiple blocks (e.g., a hero section with a heading, subheading, and button). Patterns speed up page building by letting you insert a complete section with one click.
Block Template
A predefined layout of blocks that pre-populates when you create a new post or page of a certain type. Block templates are set by theme or plugin developers to provide a consistent starting structure.
Block Library
The panel (opened by clicking the + icon in the editor) that lists all available blocks you can insert into your content.
Full Site Editing (FSE)
A WordPress feature that extends the block editor beyond just posts and pages, allowing you to edit your entire site’s layout — headers, footers, sidebars, and templates — using blocks in the Site Editor.
Site Editor
The interface used for Full Site Editing. It lets you visually edit global templates, template parts, and styles for your entire website using the block editor.
Template
A layout that defines how a particular type of content is displayed on your site (e.g., the Single Post template, the Archive template, or the 404 template). In block themes, templates are edited in the Site Editor.
Template Part
A reusable section of a template, such as a header or footer, that can be shared across multiple page templates.
Global Styles
Site-wide design settings (colors, typography, spacing) managed in the Site Editor. Changes made in Global Styles apply across your entire site automatically.
Inspector (Settings Panel)
The sidebar panel on the right side of the block editor that displays settings for the currently selected block or for the document as a whole. It lets you adjust things like alignment, color, spacing, and visibility.
Toolbar
The floating bar of formatting options that appears above a selected block. For a paragraph block, it includes options like bold, italic, alignment, and links.
Reusable Block (Synced Pattern)
A block or group of blocks that you save and reuse across multiple pages or posts. When you edit a reusable block, the change is reflected everywhere it appears.
Featured Image
The main representative image for a post or page, displayed in blog listings, social media previews, and often at the top of the content itself. It’s set in the Document settings panel.
Excerpt
A short summary of a post, used in blog listings and search results. It can be written manually or automatically pulled from the beginning of the post.
Custom Fields
Extra metadata you can attach to posts or pages as key-value pairs. Many plugins (like Advanced Custom Fields) build on this feature to create structured data fields for themes and templates.
Shortcode
A small tag (e.g., `[contact-form]`) that you can insert into content to output dynamic functionality generated by a plugin or theme. Shortcodes are a legacy feature; blocks have largely replaced them in the modern editor.
WordPress Management
Managing a WordPress site involves keeping it secure, up to date, and running smoothly — tasks that often happen behind the scenes.
Hosting
The server infrastructure where your WordPress website’s files and database live. Your hosting provider determines your site’s speed, uptime, and scalability.
Shared Hosting
A type of web hosting where multiple websites share resources on a single server. It’s typically the most affordable option but can result in slower performance during traffic spikes.
Managed WordPress Hosting
A hosting service specifically optimized for WordPress. The provider handles server configuration, WordPress updates, security patching, and performance tuning on your behalf.
VPS (Virtual Private Server)
A hosting environment that provides dedicated resources (CPU, RAM, disk space) within a shared server. It offers more control and better performance than shared hosting, without the cost of a dedicated server.
cPanel
A popular web hosting control panel used to manage hosting accounts. It provides tools for managing files, databases, email, domains, and more — often used with shared or VPS hosting.
SFTP (Secure File Transfer Protocol)
A secure method for transferring files between your computer and your web server. Developers use SFTP clients to upload, download, or edit files directly on the server.
phpMyAdmin
A web-based tool for managing MySQL databases. It allows you to view, edit, import, and export your WordPress database directly — useful for troubleshooting or manual database edits.
Database
The behind-the-scenes storage system where all of your WordPress content lives — posts, pages, settings, users, and more. WordPress uses MySQL or MariaDB as its database engine.
wp-config.php
A core WordPress configuration file that contains database credentials, security keys, and other critical site settings. It should never be publicly accessible.
.htaccess
A server configuration file used on Apache-based hosting that controls URL redirects, security rules, and caching behavior. WordPress uses it to manage its permalink structure.
Backup
A saved copy of your website’s files and database. Regular backups allow you to restore your site to a working state after a hack, accidental deletion, or failed update.
Restore
The process of replacing your current site’s files and/or database with a previously saved backup. This is how you recover from a crash, bad update, or security incident.
Staging Site
A private, non-public copy of your live website where developers can test changes — updates, new features, code edits — before applying them to production.
Production Site
The live, public-facing version of your website that real visitors see. Changes should be tested on a staging site before being deployed to production.
Plugin Update
A newer version of a plugin released by its developer, often containing bug fixes, security patches, or new features. Keeping plugins updated is one of the most important things you can do for site security.
Theme Update
A newer version of your active theme. Like plugin updates, theme updates should be applied regularly, but tested first on a staging site if your theme has heavy customizations.
Core Update
An update to WordPress itself. Major releases add new features; minor releases (e.g., 6.4.1) are typically security and bug-fix patches and should be applied promptly.
Auto-Updates
A WordPress setting that allows plugins, themes, or core to update automatically without manual intervention. Useful for security patches, though major updates are generally better reviewed first.
Malware
Malicious software injected into your website’s files or database by attackers. WordPress malware can redirect visitors, steal data, send spam, or cause your site to be blacklisted by Google.
Malware Scan
An automated check of your website’s files and database looking for known malicious code signatures. Plugins like Wordfence and Sucuri provide malware scanning for WordPress.
Firewall (WAF)
A Web Application Firewall filters incoming traffic to your site, blocking malicious requests before they reach WordPress. WAF rules can block common attacks like SQL injection and brute force login attempts.
Brute Force Attack
An automated attack that tries thousands of username/password combinations to gain access to your WordPress login. Strong passwords and login protection plugins help prevent this.
Two-Factor Authentication (2FA)
An extra layer of login security that requires a second verification step (like a code from your phone) in addition to your password. Highly recommended for all WordPress admin accounts.
SSL Certificate
A digital certificate that encrypts data transmitted between your visitors’ browsers and your web server. Sites with SSL show a padlock icon and use `https://` in their URL.
CDN (Content Delivery Network)
A network of servers distributed around the world that caches and serves your site’s static assets (images, CSS, JS) from a location close to your visitor, improving load times globally.
Caching
The process of storing a pre-generated version of your web pages so they can be served to visitors faster, without PHP and database processing on every page load. WordPress caching plugins include WP Rocket and W3 Total Cache.
PHP
The server-side programming language WordPress is built on. Keeping your site running on a supported, up-to-date PHP version is important for both performance and security.
Uptime
The percentage of time your website is accessible and functioning. A site that is “down” is unavailable to visitors, typically due to server issues, high traffic, or a broken update.
Uptime Monitoring
An automated service that checks your website at regular intervals and alerts you if it goes down. Tools like UptimeRobot can notify you within minutes of an outage.
White Screen of Death (WSOD)
A common WordPress error where the page shows as completely blank. It usually indicates a fatal PHP error caused by a plugin conflict, theme issue, or exhausted memory limit.
Error Log
A file on your server that records PHP errors, warnings, and notices. Reviewing the error log is often the first step in diagnosing a WordPress issue.
Memory Limit
The maximum amount of RAM that PHP is allowed to use for a single request. If WordPress exhausts the memory limit, it can cause errors or a white screen. The limit is set in `wp-config.php` or your hosting’s PHP settings.
SEO
SEO (Search Engine Optimization) is the practice of making your website easy to find in search engines like Google.
SEO (Search Engine Optimization)
The practice of improving your website’s content, structure, and authority so it ranks higher in search engine results pages (SERPs). Good SEO helps the right people find your site organically, without paid advertising.
SERP (Search Engine Results Page)
The page Google (or another search engine) displays in response to a search query. Your SEO efforts directly influence where your site appears on the SERP for relevant searches.
Keyword
A word or phrase that people type into search engines. Targeting the right keywords in your content helps search engines understand what your page is about and match it to relevant searches.
Long-Tail Keyword
A more specific, multi-word search phrase (e.g., “best WordPress hosting for small business”) that typically has lower search volume but higher purchase intent and less competition than broad keywords.
Meta Title (Title Tag)
The text that appears as the clickable blue headline on a search results page. It’s one of the most important on-page SEO elements and should accurately describe the page’s content while including a target keyword.
Meta Description
A short summary (typically 150–160 characters) of a page’s content that appears below the title in search results. While not a direct ranking factor, a well-written meta description can significantly improve click-through rates.
Focus Keyword
The primary keyword or phrase you’re optimizing a specific page or post for. SEO plugins like Yoast or Rank Math use this to grade how well the content targets that term.
Yoast SEO
One of the most popular WordPress SEO plugins. It helps you set meta titles and descriptions, analyze content for target keywords, generate XML sitemaps, and control how your site appears in search results and social media.
Rank Math
An alternative to Yoast SEO that offers similar features with additional built-in schema markup tools, keyword rank tracking, and a more detailed content analysis interface.
XML Sitemap
A file that lists all the important URLs on your website, making it easier for search engine crawlers to discover and index your content. Most SEO plugins generate and maintain this automatically.
Robots.txt
A text file on your server that instructs search engine crawlers which pages or sections of your site they should and shouldn’t index. Misconfigured robots.txt files can accidentally block your entire site from search engines.
Canonical URL
An HTML tag that tells search engines which version of a page is the “official” one, preventing duplicate content issues when the same content is accessible at multiple URLs.
Redirect (301)
A permanent redirect that tells browsers and search engines that a page has moved to a new URL. Using 301 redirects preserves SEO “link equity” when you change URLs or restructure your site.
Redirect (302)
A temporary redirect indicating that a page has moved for now but may return to its original URL. Unlike a 301, a 302 does not pass full link equity and should only be used when the move is genuinely temporary.
Crawl / Crawling
The process by which search engine bots (like Googlebot) systematically browse your site’s pages to discover content and follow links. A well-structured site is easier for bots to crawl efficiently.
Indexing
The process of adding a crawled page to a search engine’s database so it can appear in search results. A page must be indexed before it can rank for any keyword.
Google Search Console
A free Google tool that shows how your site performs in Google search — which queries drive traffic, which pages are indexed, crawl errors, and manual penalties. An essential tool for any site owner.
Backlink
A link from another website pointing to your site. Backlinks from reputable, relevant sites are one of Google’s strongest ranking signals, indicating that your content is trustworthy and authoritative.
Domain Authority (DA)
A third-party metric (created by Moz) that predicts how well a domain will rank in search results, on a scale of 1–100. Higher authority generally means stronger rankings potential, though it’s not a metric Google uses directly.
Schema Markup
Structured data added to your HTML that helps search engines understand the meaning of your content. Schema can enable rich results in Google, like star ratings, FAQs, or event details directly in the SERP.
Open Graph
Meta tags (originally from Facebook) that control how your content looks when shared on social media platforms. Properly set Open Graph tags determine the title, description, and image shown in a social media link preview.
Alt Text (Alternative Text)
A text description added to an image in HTML. Alt text helps screen readers describe images to visually impaired users and helps search engines understand what an image depicts — contributing to image SEO.
Internal Link
A hyperlink from one page on your site to another page on the same site. Internal links help users navigate, distribute SEO authority across your pages, and help search engines understand your site’s structure.
Anchor Text
The visible, clickable text in a hyperlink. Descriptive anchor text (e.g., “WordPress security tips” rather than “click here”) helps search engines understand the content of the page being linked to.
Bounce Rate
The percentage of visitors who leave your site after viewing only one page without taking any action. A high bounce rate can signal that your content isn’t meeting visitors’ expectations.
Page Speed
How quickly your website loads in a visitor’s browser. Page speed is a confirmed Google ranking factor, and slow sites rank lower and convert fewer visitors than fast ones.
Core Web Vitals
A set of specific metrics Google uses to measure real-world page experience, including Largest Contentful Paint (LCP, loading speed), Interaction to Next Paint (INP, interactivity), and Cumulative Layout Shift (CLS, visual stability).
Google Analytics
A free web analytics platform from Google that tracks visitor behavior on your site — where they come from, which pages they visit, how long they stay, and what actions they take.
Organic Traffic
Visitors who arrive at your site through unpaid search engine results. Growing organic traffic is the primary goal of most SEO strategies.
Local SEO
Optimizing your website to appear in search results for location-specific queries (e.g., “web designer in Las Vegas”). Key elements include your Google Business Profile, local citations, and location-specific content.
Google Business Profile
A free listing in Google’s local search results and Maps that displays your business name, address, phone number, hours, and reviews. Keeping it accurate and active is foundational to local SEO.
Have a term you’d like added? Contact us, and we’ll keep this glossary growing.