wp_post_create
Create new WordPress posts or pages directly via WP-CLI commands. Specify title, content, post type, and status for content management.
Instructions
Create a new post or page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Post title | |
| content | Yes | Post content (HTML) | |
| post_type | No | Post type (default: post) | |
| status | No | Post status: draft, publish, pending, private |