wp_create_post
Create a new WordPress post by specifying the title and optional fields such as content, status, categories, tags, and metadata.
Instructions
Create a new WordPress post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| slug | No | ||
| status | No | draft | |
| content | No | ||
| excerpt | No | ||
| categories | No | ||
| tags | No | ||
| featured_media | No | ||
| sticky | No | ||
| meta | No |