Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save twentyfortysix/fe1d3636b7b1a17ef43bbcef103dd585 to your computer and use it in GitHub Desktop.
Save twentyfortysix/fe1d3636b7b1a17ef43bbcef103dd585 to your computer and use it in GitHub Desktop.
for POST in $(wp post list --post_type=post --category_name=tiskovky --format=ids); do wp post update $POST --post_type=tiskovky; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment