Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created May 15, 2014 19:01
Show Gist options
  • Save tomharrigan/a0e889d1c0e90e63ea11 to your computer and use it in GitHub Desktop.
Save tomharrigan/a0e889d1c0e90e63ea11 to your computer and use it in GitHub Desktop.
Delete excerpts for all posts except those is specified category
UPDATE wp_5_posts SET post_excerpt='' WHERE 1=1 AND ( wp_5_posts.ID NOT IN ( SELECT object_id FROM wp_5_term_relationships WHERE term_taxonomy_id IN (95225) ) ) AND wp_5_posts.post_type = 'post'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment