wp_create_page
Create a new page on your WordPress site by providing a title, optional HTML content, and choosing a publishing status like publish, draft, pending, or private.
Instructions
Creates a new page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| title | Yes | The title for the page. | |
| content | No | The content for the page, in HTML format. | |
| status | No | The publishing status for the page. |