Skip to content

Instantly share code, notes, and snippets.

@neverything
Created April 28, 2018 12:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neverything/7b048a925790a4af91664fb0c574dc6c to your computer and use it in GitHub Desktop.
Save neverything/7b048a925790a4af91664fb0c574dc6c to your computer and use it in GitHub Desktop.
# For pages
wp post update $(wp post list --format=ids --post_type=page) --post_author=6
# For posts
wp post update $(wp post list --format=ids) --post_author=6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment