assign-tags-to-posts
Bulk assign tags to multiple WordPress posts at once. Provide post IDs and tag IDs to add or replace tags efficiently.
Instructions
Bulk assign tags to multiple posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagIds | Yes | Array of tag IDs to assign | |
| postIds | Yes | Array of post IDs to update | |
| replaceExisting | No | Replace existing tags or add to them |