wp_create_page
Create a WordPress page with a title and HTML content. Optionally assign a parent page for hierarchy and choose draft or published status.
Instructions
Create a new WordPress page. Provide title and content (HTML). Optionally set parent page for hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| parent | No | Parent page ID for hierarchical pages | |
| status | No | Page status: draft (default), publish | |
| content | Yes | Page content (HTML) |