Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save prasadnevase/1ae15b0150da324231be79c154cf5019 to your computer and use it in GitHub Desktop.
Save prasadnevase/1ae15b0150da324231be79c154cf5019 to your computer and use it in GitHub Desktop.
WP CLI command to update post category of all posts having specific old category
wp post update --post_category=sample $(wp post list --cat=1 --format=ids)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment