wp_create_page
Creates a new WordPress page with a required title and optional HTML content, publishing status, and target site for multi-site management.
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. | |
| status | No | The publishing status for the page. | |
| content | No | The content for the page, in HTML format. |