assign-categories-to-posts
Assign categories to multiple WordPress posts at once. Specify post IDs and category IDs to add or replace existing categories in bulk.
Instructions
Bulk assign categories to multiple posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postIds | Yes | Array of post IDs to update | |
| categoryIds | Yes | Array of category IDs to assign | |
| replaceExisting | No | Replace existing categories or add to them |