bricks_wp_create_post
Create a new WordPress post with specified title, content, status, excerpt, categories, tags, and featured image. Returns the post ID and URL.
Instructions
Create a new WordPress post. Returns the new post ID and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag IDs | |
| title | Yes | Post title | |
| status | No | publish, draft, pending (default: draft) | draft |
| content | No | Post content (HTML) | |
| excerpt | No | Post excerpt | |
| categories | No | Category IDs | |
| featured_media | No | Featured image media ID |