wp_posts_create
Create a new WordPress blog post. Set status to 'publish' to publish immediately, or use 'future' with a date to schedule.
Instructions
Create a new blog post. Default status is "draft" (safe). Use status="publish" to publish immediately (requires publish tier), or status="future" with date to schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| meta | No | ||
| slug | No | ||
| tags | No | ||
| title | Yes | ||
| author | No | ||
| format | No | ||
| status | No | draft | |
| sticky | No | ||
| content | Yes | ||
| excerpt | No | ||
| categories | No | ||
| featured_media | No |