wp_create_page
Create WordPress pages directly by specifying title, HTML content, status, parent, template, and schedule. Publish instantly or save as draft.
Instructions
Create a new WordPress page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| slug | No | ||
| title | Yes | Page title | |
| parent | No | ||
| status | No | draft | |
| content | No | HTML or Gutenberg block content | |
| excerpt | No | ||
| template | No | ||
| featured_media | No | ||
| scheduled_date | No | ISO or parseable date string to schedule publication |