wp_create_post
Create a WordPress post with title, content, categories, tags, and status. Use dry-run to preview changes before writing.
Instructions
Create a WordPress post. Supports dry-run previews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| tags | No | ||
| title | Yes | ||
| author | No | ||
| status | No | draft | |
| sticky | No | ||
| content | No | ||
| dry_run | No | Preview changes without writing | |
| excerpt | No | ||
| date_gmt | No | ||
| categories | No | ||
| featured_media | No |