Roles and capabilities are the foundation of WordPress access control. The administrator role holds every capability; lesser roles hold a subset documented in core.
Month: June 2026
Sample post 9
Advanced Custom Fields (ACF) lets you attach typed fields to posts, pages, users, and taxonomy terms. Field group definitions can live in code or in the WP admin.
Sample post 8
Yoast SEO adds per-post metadata including the focus keyphrase, meta description, and Open Graph fields. The plugin exposes these through its own REST endpoints.
Sample post 7
Elementor is a popular page builder. Its data structure persists in the `_elementor_data` post meta as a JSON blob — knowing this is the first step to programmatic page editing.
Sample post 6
Contact Form 7 is the most-installed contact form plugin on WordPress. Paired with Flamingo, it stores submissions in the database for later retrieval.
Sample post 5
WooCommerce supports four product types out of the box: simple, variable, downloadable, and virtual. Each has different inventory, shipping, and download semantics.
Sample post 4
The default WordPress permalink structure is sensible for SEO. We recommend `/%postname%/` for blog-style sites. Always update the rewrite rules after changing.
Sample post 3
A quick look at Application Passwords: they replace direct password use for programmatic access. Each is scoped to a single application name and can be revoked from the user profile screen.
Sample post 2
Today we explore the WordPress REST API discovery mechanism. The root endpoint exposes site metadata, namespaces, and routes. Most plugins extend the v2 namespace with their own routes.
Sample post 1
This is a sample post body about WordPress fundamentals. It covers how content is stored, how the editor saves drafts, and why slugs matter for URL hygiene. No real PII appears here.