wp_create_post
Create a new WordPress post with customizable title, content, status, excerpt, categories, tags, and featured image.
Instructions
Create a new WordPress post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Post title | |
| content | No | Post content (HTML) | |
| status | No | Post status | draft |
| excerpt | No | Post excerpt | |
| categories | No | Category IDs | |
| tags | No | Tag IDs | |
| featured_media | No | Featured image ID |