| Admin Dashboard | The backend of a WordPress site where site administrators manage content, plugins, themes, and settings. | core-functionality | beginner | site-administration |
| Autosave | A feature that automatically saves draft content at regular intervals, preventing data loss during content creation. | core-functionality | beginner | content-management |
| Back-end | The part of a WordPress website that is not visible to visitors, where admins and editors manage content, settings, and site structure. | site-structure | intermediate | development |
| Block Editor (Gutenberg) | The WordPress editor that uses a block-based system for creating and editing content, allowing for more flexible layouts. | core-functionality | intermediate | content-management |
| Cache | Stored data that improves site performance by reducing the need for repeated database queries or file retrievals. Plugins like W3 Total Cache manage this process. | site-optimization | intermediate | performance |
| Category | A way to organize and group posts by topic. Categories are hierarchical and can have parent-child relationships. | taxonomy | beginner | content-management |
| Child Theme | A theme that inherits the functionality and design of a parent theme, allowing you to make customizations without affecting the original theme’s files. | site-appearance | advanced | development |
| Custom Post Type | A content type other than the default posts or pages. Examples include portfolios, testimonials, or products in e-commerce stores. | custom-content | intermediate | content-management |
| Customizer | A built-in tool that allows users to preview and make changes to a theme’s settings in real-time, including color schemes and widget placements. | site-appearance | beginner | site-administration |
| Excerpt | A summary or snippet of a post used in blog indexes or search results. WordPress automatically generates an excerpt if not manually created. | content-display | beginner | content-management |
| Hooks | Functions used by developers to modify or extend the core functionality of WordPress without altering core files. Hooks come in two types: actions and filters. | custom-development | advanced | development |
| Multisite | A feature that allows multiple WordPress sites to operate under a single installation, sharing plugins and themes while managing them from a central dashboard. | site-management | advanced | site-administration |
| Navigation Menu | A set of links typically displayed in the header or footer of a website to help users navigate through pages and posts. | site-structure | beginner | site-navigation |
| Permalink | The permanent URL structure for your website’s posts and pages, set up to optimize SEO and user experience. | site-structure | beginner | seo |
| PHP | The server-side scripting language that powers WordPress, responsible for handling dynamic content and database interactions. | programming-language | advanced | development |
| Pingback | A notification system where one blog automatically informs another when it links to their content, creating backlinks. | content-connections | intermediate | seo |
| Plugin | A piece of software that adds functionality to a WordPress site, such as SEO tools, caching, security, or e-commerce features. | extra-functionality | beginner | site-enhancement |
| Post | The primary content type for blog entries in WordPress. Posts are typically organized by date and can be categorized and tagged. | core-content | beginner | content-management |
| REST API | A programming interface that allows developers to interact with WordPress data through external applications, making it easier to build mobile apps or integrate with third-party services. | custom-development | advanced | integration |
| Revisions | A WordPress feature that tracks and stores different versions of posts and pages, allowing users to revert to earlier drafts. | content-editing | beginner | content-management |
| Shortcode | A simple piece of code enclosed in brackets, used to embed complex functions or content within posts and pages, such as galleries or forms. | core-functionality | | content-management |
| Sidebar | A widgetized area of a WordPress theme, often used to display secondary content like recent posts, ads, or a search bar. | widget-area | beginner | site-appearance |
| Slug | The part of a URL that identifies a post or page, typically created from the title. For example, the slug for “My First Post” might be /my-first-post. | | beginner | seo |
| SSL (Secure Sockets Layer) | A protocol that encrypts data sent between the user and the server, ensuring secure communications. SSL is essential for e-commerce sites. | security | intermediate | data-encryption |
| Taxonomy | A method of organizing content through categories, tags, or custom taxonomies to improve site structure and user navigation. | content-organization | intermediate | content-management |
| Theme | A collection of files that dictate the design and layout of a WordPress site. Themes control the appearance of everything from fonts to headers and footers. | design-layout | beginner | site-appearance |