Skip to content

Instantly share code, notes, and snippets.

@nathanp
Created November 4, 2019 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanp/72183159e4eda2dd3a2738fd83c1384f to your computer and use it in GitHub Desktop.
Save nathanp/72183159e4eda2dd3a2738fd83c1384f to your computer and use it in GitHub Desktop.
WordPress - MySQL - Update Post Types in Database
UPDATE
wp_posts
SET
post_type = 'resources'
WHERE
post_type = 'media'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment