wordpress_update_post
Update an existing WordPress post by specifying its ID and optional fields like title, content, status, slug, categories, tags, featured image, date, or format. Returns the updated post details.
Instructions
Update an existing WordPress post.
Args: post_id: Post ID to update title: New title content: New content status: New status excerpt: New excerpt slug: New slug categories: New category IDs tags: New tag IDs featured_media: New featured image ID date: New publication date post_format: New post format
Returns: Updated post details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| slug | No | ||
| tags | No | ||
| title | No | ||
| status | No | ||
| content | No | ||
| excerpt | No | ||
| post_id | Yes | ||
| categories | No | ||
| post_format | No | ||
| featured_media | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||