Erstelle WordPress Post
wp_create_postCreate a new WordPress post with a title, content, slug, status, tags, categories, and excerpt. Specify HTML or Gutenberg blocks for content.
Instructions
Erstellt einen neuen WordPress-Beitrag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | URL-Slug | |
| tags | No | Tag-IDs | |
| title | Yes | Titel des Posts | |
| status | No | Veröffentlichungsstatus | |
| content | Yes | Inhalt des Posts (kann HTML oder Gutenberg-Blocks enthalten) | |
| excerpt | No | Kurzbeschreibung | |
| categories | No | Kategorie-IDs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| link | Yes | ||
| status | Yes |