wordpress_create_post
Create a WordPress post with specified title and content, and optionally set slug, categories, tags, status, excerpt, and featured image.
Instructions
[UNIFIED] Create a new WordPress post. Supports custom slug, categories, tags, and featured image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| slug | No | ||
| tags | No | ||
| title | Yes | ||
| status | No | draft | |
| content | Yes | ||
| excerpt | No | ||
| categories | No | ||
| featured_media | No |