Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save twentyfortysix/59f4c2c453530d94ffddda4e9973f03b to your computer and use it in GitHub Desktop.
Save twentyfortysix/59f4c2c453530d94ffddda4e9973f03b to your computer and use it in GitHub Desktop.
for POST in $(wp post list --post_type=locations --post_parent=0 --format=ids); do wp post create --post_type=locations --post_parent=$POST --from-post=17717 --post_status=publish; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment