clone-post
Duplicate an existing WordPress post by ID, with options for new title and status (draft, publish, pending).
Instructions
Duplicate an existing WordPress post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | ID of the post to clone | |
| status | No | Status for the cloned post | draft |
| newTitle | No | Title for the cloned post (defaults to 'Copy of [original title]') |